Html Css Color HEX #AA0B4A Jazzberry Jam

📋 copy color: '#AA0B4A'

red 170 ◦ green 11 ◦ blue 74

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

Shades of Jazzberry Jam #AA0B4A

Tints of Jazzberry Jam #AA0B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.02%

R = 66.67%
G = 4.31%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA0B4A (or 0xAA0B4A) is known color: Jazzberry Jam. HEX triplet: AA, 0B and 4A. RGB value is (170,11,74). Sum of RGB (Red+Green+Blue) = 170+11+74=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B4A is #55F4B5. Grayscale: #414141. Windows color (decimal): -5633206 or 4852650. OLE color: 4852650.

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

Color convert

RGB 170 11 74 -
CMYK 0 0.94 0.56 0.33
HSL 336.23º 0.88% 0.35% -
HSV(B) 336.23º 0.94% 0.67% -
XYZ 17.93 9.28 7.32 -
YUV 65.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 170 11 74 0 0.94 0.56 0.33 336.23 0.88 0.35
Hex AA B 4A 0 5E 38 21 150 58 23
Octal 252 13 112 0 136 70 41 520 130 43
Binary 10101010 1011 1001010 0 1011110 111000 100001 101010000 1011000 100011

Color Harmonies of #AA0B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B4A

Black with #AA0B4A

Text Example


Text Example

White with #AA0B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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