Html Css Color HEX #AA154F Jazzberry Jam

📋 copy color: '#AA154F'

red 170 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #AA154F

Tints of Jazzberry Jam #AA154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 62.96%
G = 7.78%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA154F (or 0xAA154F) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 4F. RGB value is (170,21,79). Sum of RGB (Red+Green+Blue) = 170+21+79=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA154F is #55EAB0. Grayscale: #484848. Windows color (decimal): -5630641 or 5182890. OLE color: 5182890.

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

Color convert

RGB 170 21 79 -
CMYK 0 0.88 0.54 0.33
HSL 336.64º 0.78% 0.37% -
HSV(B) 336.64º 0.88% 0.67% -
XYZ 18.26 9.65 8.3 -
YUV 72.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 170 21 79 0 0.88 0.54 0.33 336.64 0.78 0.37
Hex AA 15 4F 0 58 36 21 151 4E 25
Octal 252 25 117 0 130 66 41 521 116 45
Binary 10101010 10101 1001111 0 1011000 110110 100001 101010001 1001110 100101

Color Harmonies of #AA154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA154F

Black with #AA154F

Text Example


Text Example

White with #AA154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA154F; }

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

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

background-color css

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

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

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

border-color css

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

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

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