#AA0F5C

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

Shades of Jazzberry Jam #AA0F5C

Tints of Jazzberry Jam #AA0F5C

Color information

#AA0F5C (or 0xAA0F5C) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 5C. RGB value is (170,15,92). Sum of RGB (Red+Green+Blue) = 170+15+92=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0F5C is #55F0A3. Grayscale: #454545. Windows color (decimal): -5632164 or 6033322. OLE color: 6033322.

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

Color convert

RGB1701592-
CMYK00.910.460.33
HSL330.19º83.78%36.27%-
HSV(B)330.19º91.18%66.67%-
XYZ18.689.6611.01-
YUV70.12140.35199.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 61.37%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=61.37%
G=5.42%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170159200.910.460.33330.1983.7836.27
HexAAF5C05B2E2114a5424
Octal252171340133564151212444
Binary1010101011111011100010110111011101000011010010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F5C; }

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

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

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

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

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

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

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

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