#AA0C5C

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

Shades of Jazzberry Jam #AA0C5C

Tints of Jazzberry Jam #AA0C5C

Color information

#AA0C5C (or 0xAA0C5C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0C and 5C. RGB value is (170,12,92). Sum of RGB (Red+Green+Blue) = 170+12+92=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0C5C is #55F3A3. Grayscale: #444444. Windows color (decimal): -5632932 or 6032554. OLE color: 6032554.

HSL color Cylindrical-coordinate representation of color #AA0C5C: hue angle of 329.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C5C is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB1701292-
CMYK00.930.460.33
HSL329.62º86.81%35.69%-
HSV(B)329.62º92.94%66.67%-
XYZ18.649.5810.99-
YUV68.36141.35200.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.04%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=62.04%
G=4.38%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170129200.930.460.33329.6286.8135.69
HexAAC5C05D2E2114a5724
Octal252141340135564151212744
Binary1010101011001011100010111011011101000011010010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0C5C; }

 p { color: rgb(170,12,92); }

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

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

 a { background-color: rgb(170,12,92); }

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

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

 span { border-color: rgb(170,12,92); }

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