Html Css Color HEX #AA5571 Royal Heath

📋 copy color: '#AA5571'

red 170 ◦ green 85 ◦ blue 113

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

Shades of Royal Heath #AA5571

Tints of Royal Heath #AA5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 46.2%
G = 23.1%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA5571 (or 0xAA5571) is known color: Royal Heath. HEX triplet: AA, 55 and 71. RGB value is (170,85,113). Sum of RGB (Red+Green+Blue) = 170+85+113=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5571 is #55AA8E. Grayscale: #717171. Windows color (decimal): -5614223 or 7427498. OLE color: 7427498.

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

Color convert

RGB 170 85 113 -
CMYK 0 0.50 0.34 0.33
HSL 340.24º 0.33% 0.5% -
HSV(B) 340.24º 0.5% 0.67% -
XYZ 22.81 16.24 17.55 -
YUV 113.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 170 85 113 0 0.50 0.34 0.33 340.24 0.33 0.5
Hex AA 55 71 0 32 22 21 154 21 32
Octal 252 125 161 0 62 42 41 524 41 62
Binary 10101010 1010101 1110001 0 110010 100010 100001 101010100 100001 110010

Color Harmonies of #AA5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5571

Black with #AA5571

Text Example


Text Example

White with #AA5571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5571; }

 p { color: rgb(170,85,113); }

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

background-color css

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

 a { background-color: rgb(170,85,113); }

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

border-color css

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

 span { border-color: rgb(170,85,113); }

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