Html Css Color HEX #AA5576 Royal Heath

📋 copy color: '#AA5576'

red 170 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #AA5576

Tints of Royal Heath #AA5576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 45.58%
G = 22.79%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5576 (or 0xAA5576) is known color: Royal Heath. HEX triplet: AA, 55 and 76. RGB value is (170,85,118). Sum of RGB (Red+Green+Blue) = 170+85+118=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5576 is #55AA89. Grayscale: #727272. Windows color (decimal): -5614218 or 7755178. OLE color: 7755178.

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

Color convert

RGB 170 85 118 -
CMYK 0 0.50 0.31 0.33
HSL 336.71º 0.33% 0.5% -
HSV(B) 336.71º 0.5% 0.67% -
XYZ 23.1 16.35 19.08 -
YUV 114.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 170 85 118 0 0.50 0.31 0.33 336.71 0.33 0.5
Hex AA 55 76 0 32 1F 21 151 21 32
Octal 252 125 166 0 62 37 41 521 41 62
Binary 10101010 1010101 1110110 0 110010 11111 100001 101010001 100001 110010

Color Harmonies of #AA5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5576

Black with #AA5576

Text Example


Text Example

White with #AA5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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