Html Css Color HEX #AA1652 Jazzberry Jam

📋 copy color: '#AA1652'

red 170 ◦ green 22 ◦ blue 82

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

Shades of Jazzberry Jam #AA1652

Tints of Jazzberry Jam #AA1652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 62.04%
G = 8.03%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1652 (or 0xAA1652) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 52. RGB value is (170,22,82). Sum of RGB (Red+Green+Blue) = 170+22+82=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1652 is #55E9AD. Grayscale: #494949. Windows color (decimal): -5630382 or 5379754. OLE color: 5379754.

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

Color convert

RGB 170 22 82 -
CMYK 0 0.87 0.52 0.33
HSL 335.68º 0.77% 0.38% -
HSV(B) 335.68º 0.87% 0.67% -
XYZ 18.39 9.73 8.89 -
YUV 73.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 170 22 82 0 0.87 0.52 0.33 335.68 0.77 0.38
Hex AA 16 52 0 57 34 21 150 4D 26
Octal 252 26 122 0 127 64 41 520 115 46
Binary 10101010 10110 1010010 0 1010111 110100 100001 101010000 1001101 100110

Color Harmonies of #AA1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1652

Black with #AA1652

Text Example


Text Example

White with #AA1652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1652; }

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

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

background-color css

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

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

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

border-color css

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

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

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