Html Css Color HEX #AA1960 Jazzberry Jam

📋 copy color: '#AA1960'

red 170 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #AA1960

Tints of Jazzberry Jam #AA1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 58.42%
G = 8.59%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA1960 (or 0xAA1960) is known color: Jazzberry Jam. HEX triplet: AA, 19 and 60. RGB value is (170,25,96). Sum of RGB (Red+Green+Blue) = 170+25+96=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1960 is #55E69F. Grayscale: #4C4C4C. Windows color (decimal): -5629600 or 6298026. OLE color: 6298026.

HSL color Cylindrical-coordinate representation of color #AA1960: hue angle of 330.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1960 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 96 -
CMYK 0 0.85 0.44 0.33
HSL 330.62º 0.74% 0.38% -
HSV(B) 330.62º 0.85% 0.67% -
XYZ 19.04 10.09 12.01 -
YUV 76.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 170 25 96 0 0.85 0.44 0.33 330.62 0.74 0.38
Hex AA 19 60 0 55 2C 21 14B 4A 26
Octal 252 31 140 0 125 54 41 513 112 46
Binary 10101010 11001 1100000 0 1010101 101100 100001 101001011 1001010 100110

Color Harmonies of #AA1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1960

Black with #AA1960

Text Example


Text Example

White with #AA1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1960; }

 p { color: rgb(170,25,96); }

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

background-color css

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

 a { background-color: rgb(170,25,96); }

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

border-color css

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

 span { border-color: rgb(170,25,96); }

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