#AE0942

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

Shades of Jazzberry Jam #AE0942

Tints of Jazzberry Jam #AE0942

Color information

#AE0942 (or 0xAE0942) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 09 and 42. RGB value is (174,9,66). Sum of RGB (Red+Green+Blue) = 174+9+66=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0942 is #51F6BD. Grayscale: #404040. Windows color (decimal): -5371582 or 4327854. OLE color: 4327854.

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

Color convert

RGB174966-
CMYK00.950.620.32
HSL339.27º90.16%35.88%-
HSV(B)339.27º94.83%68.24%-
XYZ18.549.596.03-
YUV64.83128.66205.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=69.88%
G=3.61%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17496600.950.620.32339.2790.1635.88
HexAE94205F3E201535a24
Octal256111020137764052313244
Binary1010111010011000010010111111111101000001010100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0942; }

 p { color: rgb(174,9,66); }

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

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

 a { background-color: rgb(174,9,66); }

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

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

 span { border-color: rgb(174,9,66); }

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