#aa0b56

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

Shades of Jazzberry Jam #AA0B56

Tints of Jazzberry Jam #AA0B56

Color information

#AA0B56 (or 0xAA0B56) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0B and 56. RGB value is (170,11,86). Sum of RGB (Red+Green+Blue) = 170+11+86=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B56 is #55F4A9. Grayscale: #424242. Windows color (decimal): -5633194 or 5639082. OLE color: 5639082.

HSL color Cylindrical-coordinate representation of color #AA0B56: hue angle of 331.7º degrees, saturation: 0.88, 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 #AA0B56 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB1701186-
CMYK00.940.490.33
HSL331.7º87.85%35.49%-
HSV(B)331.7º93.53%66.67%-
XYZ18.389.469.66-
YUV67.09138.68201.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=63.67%
G=4.12%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170118600.940.490.33331.787.8535.49
HexAAB5605E312114c5823
Octal252131260136614151413043
Binary1010101010111010110010111101100011000011010011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa0b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa0b56; }

 p { color: rgb(170,11,86); }

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

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

 a { background-color: rgb(170,11,86); }

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

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

 span { border-color: rgb(170,11,86); }

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