Html Css Color HEX #AA0D59 Jazzberry Jam

📋 copy color: '#AA0D59'

red 170 ◦ green 13 ◦ blue 89

#AA0D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AA0D59

Tints of Jazzberry Jam #AA0D59

RGB

 RED value IS 170 (66.8% from 255) = 62.5%

 GREEN value IS 13 (5.47% from 255) = 4.78%

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 62.5%
G = 4.78%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0D59 (or 0xAA0D59) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 59. RGB value is (170,13,89). Sum of RGB (Red+Green+Blue) = 170+13+89=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D59 is #55F2A6. Grayscale: #444444. Windows color (decimal): -5632679 or 5836202. OLE color: 5836202.

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

Color convert

RGB 170 13 89 -
CMYK 0 0.92 0.48 0.33
HSL 330.96º 0.86% 0.36% -
HSV(B) 330.96º 0.92% 0.67% -
XYZ 18.52 9.56 10.32 -
YUV 68.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 170 13 89 0 0.92 0.48 0.33 330.96 0.86 0.36
Hex AA D 59 0 5C 30 21 14B 56 24
Octal 252 15 131 0 134 60 41 513 126 44
Binary 10101010 1101 1011001 0 1011100 110000 100001 101001011 1010110 100100

Color Harmonies of #AA0D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D59

Black with #AA0D59

Text Example


Text Example

White with #AA0D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D59; }

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

 H1.HeaderClassName
 {
   color: #AA0D59;
 }
 .AnyTagClassName
 {
   color: #AA0D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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