Html Css Color HEX #AA053E Jazzberry Jam

📋 copy color: '#AA053E'

red 170 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #AA053E

Tints of Jazzberry Jam #AA053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 71.73%
G = 2.11%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA053E (or 0xAA053E) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 3E. RGB value is (170,5,62). Sum of RGB (Red+Green+Blue) = 170+5+62=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA053E is #55FAC1. Grayscale: #3C3C3C. Windows color (decimal): -5634754 or 4064682. OLE color: 4064682.

HSL color Cylindrical-coordinate representation of color #AA053E: hue angle of 339.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA053E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 5 62 -
CMYK 0 0.97 0.64 0.33
HSL 339.27º 0.94% 0.34% -
HSV(B) 339.27º 0.97% 0.67% -
XYZ 17.5 9 5.37 -
YUV 60.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 170 5 62 0 0.97 0.64 0.33 339.27 0.94 0.34
Hex AA 5 3E 0 61 40 21 153 5E 22
Octal 252 5 76 0 141 100 41 523 136 42
Binary 10101010 101 111110 0 1100001 1000000 100001 101010011 1011110 100010

Color Harmonies of #AA053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA053E

Black with #AA053E

Text Example


Text Example

White with #AA053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA053E; }

 p { color: rgb(170,5,62); }

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

background-color css

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

 a { background-color: rgb(170,5,62); }

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

border-color css

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

 span { border-color: rgb(170,5,62); }

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