#AE0C44

Color #AE0C44 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AE0C44

Tints of Jazzberry Jam #AE0C44

Color information

#AE0C44 (or 0xAE0C44) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0C and 44. RGB value is (174,12,68). Sum of RGB (Red+Green+Blue) = 174+12+68=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C44 is #51F3BB. Grayscale: #424242. Windows color (decimal): -5370812 or 4459694. OLE color: 4459694.

HSL color Cylindrical-coordinate representation of color #AE0C44: hue angle of 339.26º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C44 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB1741268-
CMYK00.930.610.32
HSL339.26º87.1%36.47%-
HSV(B)339.26º93.1%68.24%-
XYZ18.639.686.36-
YUV66.82128.67204.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=68.50%
G=4.72%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174126800.930.610.32339.2687.136.47
HexAEC4405D3D201535724
Octal256141040135754052312744
Binary1010111011001000100010111011111011000001010100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C44; }

 p { color: rgb(174,12,68); }

 H1.HeaderClassName
 {
   color: #AE0C44;
 }
 .AnyTagClassName
 {
   color: #AE0C44;
 }
</style>
background-color css

<style>
 a { background-color: #AE0C44; }

 a { background-color: rgb(174,12,68); }

 div.DivClassName
 {
   background-color: #AE0C44;
 }
 .BgClassName
 {
   background-color: #AE0C44;
 }
</style>
border-color css

<style>
 span { border-color: #AE0C44; }

 span { border-color: rgb(174,12,68); }

 td.TdClassName
 {
   border-color: #AE0C44;
 }
 .TagClassName
 {
   border-color: #AE0C44;
 }
</style>