Html Css Color HEX #AA0956 Jazzberry Jam

📋 copy color: '#AA0956'

red 170 ◦ green 9 ◦ blue 86

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

Shades of Jazzberry Jam #AA0956

Tints of Jazzberry Jam #AA0956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 64.15%
G = 3.4%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0956 (or 0xAA0956) is known color: Jazzberry Jam. HEX triplet: AA, 09 and 56. RGB value is (170,9,86). Sum of RGB (Red+Green+Blue) = 170+9+86=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0956 is #55F6A9. Grayscale: #414141. Windows color (decimal): -5633706 or 5638570. OLE color: 5638570.

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

Color convert

RGB 170 9 86 -
CMYK 0 0.95 0.49 0.33
HSL 331.3º 0.9% 0.35% -
HSV(B) 331.3º 0.95% 0.67% -
XYZ 18.35 9.41 9.65 -
YUV 65.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 170 9 86 0 0.95 0.49 0.33 331.3 0.9 0.35
Hex AA 9 56 0 5F 31 21 14B 5A 23
Octal 252 11 126 0 137 61 41 513 132 43
Binary 10101010 1001 1010110 0 1011111 110001 100001 101001011 1011010 100011

Color Harmonies of #AA0956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0956

Black with #AA0956

Text Example


Text Example

White with #AA0956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0956; }

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

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

background-color css

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

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

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

border-color css

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

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

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