Html Css Color HEX #AA053D Jazzberry Jam

📋 copy color: '#AA053D'

red 170 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #AA053D

Tints of Jazzberry Jam #AA053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 72.03%
G = 2.12%
B = 25.85%

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

#AA053D (or 0xAA053D) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 3D. RGB value is (170,5,61). Sum of RGB (Red+Green+Blue) = 170+5+61=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA053D is #55FAC2. Grayscale: #3C3C3C. Windows color (decimal): -5634755 or 3999146. OLE color: 3999146.

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

Color convert

RGB 170 5 61 -
CMYK 0 0.97 0.64 0.33
HSL 339.64º 0.94% 0.34% -
HSV(B) 339.64º 0.97% 0.67% -
XYZ 17.47 8.99 5.23 -
YUV 60.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 170 5 61 0 0.97 0.64 0.33 339.64 0.94 0.34
Hex AA 5 3D 0 61 40 21 154 5E 22
Octal 252 5 75 0 141 100 41 524 136 42
Binary 10101010 101 111101 0 1100001 1000000 100001 101010100 1011110 100010

Color Harmonies of #AA053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA053D

Black with #AA053D

Text Example


Text Example

White with #AA053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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