#AA0F47

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

Shades of Jazzberry Jam #AA0F47

Tints of Jazzberry Jam #AA0F47

Color information

#AA0F47 (or 0xAA0F47) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0F and 47. RGB value is (170,15,71). Sum of RGB (Red+Green+Blue) = 170+15+71=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F47 is #55F0B8. Grayscale: #434343. Windows color (decimal): -5632185 or 4657066. OLE color: 4657066.

HSL color Cylindrical-coordinate representation of color #AA0F47: hue angle of 338.32º 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 #AA0F47 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1701571-
CMYK00.910.580.33
HSL338.32º83.78%36.27%-
HSV(B)338.32º91.18%66.67%-
XYZ17.899.346.82-
YUV67.73129.85200.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=66.41%
G=5.86%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170157100.910.580.33338.3283.7836.27
HexAAF4705B3A211525424
Octal252171070133724152212444
Binary1010101011111000111010110111110101000011010100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0F47; }

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

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

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

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

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

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

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

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