#AE0B5F

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

Shades of Jazzberry Jam #AE0B5F

Tints of Jazzberry Jam #AE0B5F

Color information

#AE0B5F (or 0xAE0B5F) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 0B and 5F. RGB value is (174,11,95). Sum of RGB (Red+Green+Blue) = 174+11+95=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B5F is #51F4A0. Grayscale: #454545. Windows color (decimal): -5371041 or 6228910. OLE color: 6228910.

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

Color convert

RGB1741195-
CMYK00.940.450.32
HSL329.08º88.11%36.27%-
HSV(B)329.08º93.68%68.24%-
XYZ19.6410.0611.73-
YUV69.31142.5202.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 11 (4.69% from 255) = 3.93%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=62.14%
G=3.93%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174119500.940.450.32329.0888.1136.27
HexAEB5F05E2D201495824
Octal256131370136554051113044
Binary1010111010111011111010111101011011000001010010011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B5F; }

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

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

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

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

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

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

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

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