#ae0b49

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

Shades of Jazzberry Jam #AE0B49

Tints of Jazzberry Jam #AE0B49

Color information

#AE0B49 (or 0xAE0B49) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 49. RGB value is (174,11,73). Sum of RGB (Red+Green+Blue) = 174+11+73=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B49 is #51F4B6. Grayscale: #424242. Windows color (decimal): -5371063 or 4787118. OLE color: 4787118.

HSL color Cylindrical-coordinate representation of color #AE0B49: hue angle of 337.18º 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 #AE0B49 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1741173-
CMYK00.940.580.32
HSL337.18º88.11%36.27%-
HSV(B)337.18º93.68%68.24%-
XYZ18.789.727.19-
YUV66.8131.5204.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=67.44%
G=4.26%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174117300.940.580.32337.1888.1136.27
HexAEB4905E3A201515824
Octal256131110136724052113044
Binary1010111010111001001010111101110101000001010100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0b49; }

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

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

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

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

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

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

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

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