Html Css Color HEX #AA5575 Royal Heath

📋 copy color: '#AA5575'

red 170 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #AA5575

Tints of Royal Heath #AA5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 45.7%
G = 22.85%
B = 31.45%

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

#AA5575 (or 0xAA5575) is known color: Royal Heath. HEX triplet: AA, 55 and 75. RGB value is (170,85,117). Sum of RGB (Red+Green+Blue) = 170+85+117=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5575 is #55AA8A. Grayscale: #727272. Windows color (decimal): -5614219 or 7689642. OLE color: 7689642.

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

Color convert

RGB 170 85 117 -
CMYK 0 0.50 0.31 0.33
HSL 337.41º 0.33% 0.5% -
HSV(B) 337.41º 0.5% 0.67% -
XYZ 23.04 16.33 18.77 -
YUV 114.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 170 85 117 0 0.50 0.31 0.33 337.41 0.33 0.5
Hex AA 55 75 0 32 1F 21 151 21 32
Octal 252 125 165 0 62 37 41 521 41 62
Binary 10101010 1010101 1110101 0 110010 11111 100001 101010001 100001 110010

Color Harmonies of #AA5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5575

Black with #AA5575

Text Example


Text Example

White with #AA5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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