Html Css Color HEX #AA0960 Jazzberry Jam

📋 copy color: '#AA0960'

red 170 ◦ green 9 ◦ blue 96

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

Shades of Jazzberry Jam #AA0960

Tints of Jazzberry Jam #AA0960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 61.82%
G = 3.27%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA0960 (or 0xAA0960) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 60. RGB value is (170,9,96). Sum of RGB (Red+Green+Blue) = 170+9+96=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0960 is #55F69F. Grayscale: #424242. Windows color (decimal): -5633696 or 6293930. OLE color: 6293930.

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

Color convert

RGB 170 9 96 -
CMYK 0 0.95 0.44 0.33
HSL 327.58º 0.9% 0.35% -
HSV(B) 327.58º 0.95% 0.67% -
XYZ 18.79 9.59 11.93 -
YUV 67.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 170 9 96 0 0.95 0.44 0.33 327.58 0.9 0.35
Hex AA 9 60 0 5F 2C 21 148 5A 23
Octal 252 11 140 0 137 54 41 510 132 43
Binary 10101010 1001 1100000 0 1011111 101100 100001 101001000 1011010 100011

Color Harmonies of #AA0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0960

Black with #AA0960

Text Example


Text Example

White with #AA0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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