Html Css Color HEX #AA0B49 Jazzberry Jam

📋 copy color: '#AA0B49'

red 170 ◦ green 11 ◦ blue 73

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

Shades of Jazzberry Jam #AA0B49

Tints of Jazzberry Jam #AA0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 66.93%
G = 4.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA0B49 (or 0xAA0B49) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 49. RGB value is (170,11,73). Sum of RGB (Red+Green+Blue) = 170+11+73=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B49 is #55F4B6. Grayscale: #414141. Windows color (decimal): -5633207 or 4787114. OLE color: 4787114.

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

Color convert

RGB 170 11 73 -
CMYK 0 0.94 0.57 0.33
HSL 336.6º 0.88% 0.35% -
HSV(B) 336.6º 0.94% 0.67% -
XYZ 17.9 9.27 7.15 -
YUV 65.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 170 11 73 0 0.94 0.57 0.33 336.6 0.88 0.35
Hex AA B 49 0 5E 39 21 151 58 23
Octal 252 13 111 0 136 71 41 521 130 43
Binary 10101010 1011 1001001 0 1011110 111001 100001 101010001 1011000 100011

Color Harmonies of #AA0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B49

Black with #AA0B49

Text Example


Text Example

White with #AA0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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