Html Css Color HEX #AA154C Jazzberry Jam

📋 copy color: '#AA154C'

red 170 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #AA154C

Tints of Jazzberry Jam #AA154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 63.67%
G = 7.87%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA154C (or 0xAA154C) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 4C. RGB value is (170,21,76). Sum of RGB (Red+Green+Blue) = 170+21+76=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA154C is #55EAB3. Grayscale: #474747. Windows color (decimal): -5630644 or 4986282. OLE color: 4986282.

HSL color Cylindrical-coordinate representation of color #AA154C: hue angle of 337.85º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA154C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 21 76 -
CMYK 0 0.88 0.55 0.33
HSL 337.85º 0.78% 0.37% -
HSV(B) 337.85º 0.88% 0.67% -
XYZ 18.15 9.6 7.73 -
YUV 71.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 170 21 76 0 0.88 0.55 0.33 337.85 0.78 0.37
Hex AA 15 4C 0 58 37 21 152 4E 25
Octal 252 25 114 0 130 67 41 522 116 45
Binary 10101010 10101 1001100 0 1011000 110111 100001 101010010 1001110 100101

Color Harmonies of #AA154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA154C

Black with #AA154C

Text Example


Text Example

White with #AA154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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