#AE0456

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

Shades of Jazzberry Jam #AE0456

Tints of Jazzberry Jam #AE0456

Color information

#AE0456 (or 0xAE0456) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 04 and 56. RGB value is (174,4,86). Sum of RGB (Red+Green+Blue) = 174+4+86=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0456 is #51FBA9. Grayscale: #404040. Windows color (decimal): -5372842 or 5637294. OLE color: 5637294.

HSL color Cylindrical-coordinate representation of color #AE0456: hue angle of 331.06º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0456 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB174486-
CMYK00.980.510.32
HSL331.06º95.51%34.9%-
HSV(B)331.06º97.7%68.24%-
XYZ19.189.769.68-
YUV64.18140.32206.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=65.91%
G=1.52%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17448600.980.510.32331.0695.5134.9
HexAE456062332014b6023
Octal25641260142634051314043
Binary101011101001010110011000101100111000001010010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0456; }

 p { color: rgb(174,4,86); }

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

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

 a { background-color: rgb(174,4,86); }

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

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

 span { border-color: rgb(174,4,86); }

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