#AA0D4D

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

Shades of Jazzberry Jam #AA0D4D

Tints of Jazzberry Jam #AA0D4D

Color information

#AA0D4D (or 0xAA0D4D) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 0D and 4D. RGB value is (170,13,77). Sum of RGB (Red+Green+Blue) = 170+13+77=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D4D is #55F2B2. Grayscale: #434343. Windows color (decimal): -5632691 or 5049770. OLE color: 5049770.

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

Color convert

RGB1701377-
CMYK00.920.550.33
HSL335.54º85.79%35.88%-
HSV(B)335.54º92.35%66.67%-
XYZ18.069.377.88-
YUV67.24133.51201.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.38%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=65.38%
G=5%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170137700.920.550.33335.5485.7935.88
HexAAD4D05C37211505624
Octal252151150134674152012644
Binary1010101011011001101010111001101111000011010100001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0D4D; }

 p { color: rgb(170,13,77); }

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

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

 a { background-color: rgb(170,13,77); }

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

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

 span { border-color: rgb(170,13,77); }

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