Html Css Color HEX #AA0656 Jazzberry Jam

📋 copy color: '#AA0656'

red 170 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #AA0656

Tints of Jazzberry Jam #AA0656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

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

R = 64.89%
G = 2.29%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0656 (or 0xAA0656) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 56. RGB value is (170,6,86). Sum of RGB (Red+Green+Blue) = 170+6+86=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0656 is #55F9A9. Grayscale: #404040. Windows color (decimal): -5634474 or 5637802. OLE color: 5637802.

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

Color convert

RGB 170 6 86 -
CMYK 0 0.96 0.49 0.33
HSL 330.73º 0.93% 0.35% -
HSV(B) 330.73º 0.96% 0.67% -
XYZ 18.32 9.35 9.64 -
YUV 64.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 170 6 86 0 0.96 0.49 0.33 330.73 0.93 0.35
Hex AA 6 56 0 60 31 21 14B 5D 23
Octal 252 6 126 0 140 61 41 513 135 43
Binary 10101010 110 1010110 0 1100000 110001 100001 101001011 1011101 100011

Color Harmonies of #AA0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0656

Black with #AA0656

Text Example


Text Example

White with #AA0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0656; }

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

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

background-color css

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

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

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

border-color css

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

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

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