Html Css Color HEX #AA164C Jazzberry Jam

📋 copy color: '#AA164C'

red 170 ◦ green 22 ◦ blue 76

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

Shades of Jazzberry Jam #AA164C

Tints of Jazzberry Jam #AA164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 63.43%
G = 8.21%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA164C (or 0xAA164C) is known color: Jazzberry Jam. HEX triplet: AA, 16 and 4C. RGB value is (170,22,76). Sum of RGB (Red+Green+Blue) = 170+22+76=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA164C is #55E9B3. Grayscale: #484848. Windows color (decimal): -5630388 or 4986538. OLE color: 4986538.

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

Color convert

RGB 170 22 76 -
CMYK 0 0.87 0.55 0.33
HSL 338.11º 0.77% 0.38% -
HSV(B) 338.11º 0.87% 0.67% -
XYZ 18.17 9.64 7.74 -
YUV 72.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 170 22 76 0 0.87 0.55 0.33 338.11 0.77 0.38
Hex AA 16 4C 0 57 37 21 152 4D 26
Octal 252 26 114 0 127 67 41 522 115 46
Binary 10101010 10110 1001100 0 1010111 110111 100001 101010010 1001101 100110

Color Harmonies of #AA164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA164C

Black with #AA164C

Text Example


Text Example

White with #AA164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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