#AE0B59

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

Shades of Jazzberry Jam #AE0B59

Tints of Jazzberry Jam #AE0B59

Color information

#AE0B59 (or 0xAE0B59) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 59. RGB value is (174,11,89). Sum of RGB (Red+Green+Blue) = 174+11+89=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B59 is #51F4A6. Grayscale: #444444. Windows color (decimal): -5371047 or 5835694. OLE color: 5835694.

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

Color convert

RGB1741189-
CMYK00.940.490.32
HSL331.29º88.11%36.27%-
HSV(B)331.29º93.68%68.24%-
XYZ19.389.9610.35-
YUV68.63139.5203.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=63.50%
G=4.01%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174118900.940.490.32331.2988.1136.27
HexAEB5905E312014b5824
Octal256131310136614051313044
Binary1010111010111011001010111101100011000001010010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B59; }

 p { color: rgb(174,11,89); }

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

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

 a { background-color: rgb(174,11,89); }

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

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

 span { border-color: rgb(174,11,89); }

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