Html Css Color HEX #AA0760 Jazzberry Jam

📋 copy color: '#AA0760'

red 170 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #AA0760

Tints of Jazzberry Jam #AA0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 62.27%
G = 2.56%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA0760 (or 0xAA0760) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 60. RGB value is (170,7,96). Sum of RGB (Red+Green+Blue) = 170+7+96=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0760 is #55F89F. Grayscale: #414141. Windows color (decimal): -5634208 or 6293418. OLE color: 6293418.

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

Color convert

RGB 170 7 96 -
CMYK 0 0.96 0.44 0.33
HSL 327.24º 0.92% 0.35% -
HSV(B) 327.24º 0.96% 0.67% -
XYZ 18.76 9.54 11.92 -
YUV 65.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 170 7 96 0 0.96 0.44 0.33 327.24 0.92 0.35
Hex AA 7 60 0 60 2C 21 147 5C 23
Octal 252 7 140 0 140 54 41 507 134 43
Binary 10101010 111 1100000 0 1100000 101100 100001 101000111 1011100 100011

Color Harmonies of #AA0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0760

Black with #AA0760

Text Example


Text Example

White with #AA0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0760; }

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

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

background-color css

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

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

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

border-color css

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

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

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