#AA0A42

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

Shades of Jazzberry Jam #AA0A42

Tints of Jazzberry Jam #AA0A42

Color information

#AA0A42 (or 0xAA0A42) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0A and 42. RGB value is (170,10,66). Sum of RGB (Red+Green+Blue) = 170+10+66=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A42 is #55F5BD. Grayscale: #404040. Windows color (decimal): -5633470 or 4328106. OLE color: 4328106.

HSL color Cylindrical-coordinate representation of color #AA0A42: hue angle of 339º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A42 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB1701066-
CMYK00.940.610.33
HSL339º88.89%35.29%-
HSV(B)339º94.12%66.67%-
XYZ17.679.165.99-
YUV64.22129.01203.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 10 (4.30% from 255) = 4.07%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=69.11%
G=4.07%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170106600.940.610.3333988.8935.29
HexAAA4205E3D211535923
Octal252121020136754152313143
Binary1010101010101000010010111101111011000011010100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0A42; }

 p { color: rgb(170,10,66); }

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

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

 a { background-color: rgb(170,10,66); }

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

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

 span { border-color: rgb(170,10,66); }

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