Html Css Color HEX #AA1666 Jazzberry Jam

📋 copy color: '#AA1666'

red 170 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #AA1666

Tints of Jazzberry Jam #AA1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 57.82%
G = 7.48%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA1666 (or 0xAA1666) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 66. RGB value is (170,22,102). Sum of RGB (Red+Green+Blue) = 170+22+102=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1666 is #55E999. Grayscale: #4B4B4B. Windows color (decimal): -5630362 or 6690474. OLE color: 6690474.

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

Color convert

RGB 170 22 102 -
CMYK 0 0.87 0.4 0.33
HSL 327.57º 0.77% 0.38% -
HSV(B) 327.57º 0.87% 0.67% -
XYZ 19.26 10.08 13.5 -
YUV 75.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 170 22 102 0 0.87 0.4 0.33 327.57 0.77 0.38
Hex AA 16 66 0 57 28 21 148 4D 26
Octal 252 26 146 0 127 50 41 510 115 46
Binary 10101010 10110 1100110 0 1010111 101000 100001 101001000 1001101 100110

Color Harmonies of #AA1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1666

Black with #AA1666

Text Example


Text Example

White with #AA1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1666; }

 p { color: rgb(170,22,102); }

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

background-color css

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

 a { background-color: rgb(170,22,102); }

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

border-color css

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

 span { border-color: rgb(170,22,102); }

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