Html Css Color HEX #AA5E76 Royal Heath

📋 copy color: '#AA5E76'

red 170 ◦ green 94 ◦ blue 118

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

Shades of Royal Heath #AA5E76

Tints of Royal Heath #AA5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

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

R = 44.5%
G = 24.61%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5E76 (or 0xAA5E76) is known color: Royal Heath. HEX triplet: AA, 5E and 76. RGB value is (170,94,118). Sum of RGB (Red+Green+Blue) = 170+94+118=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E76 is #55A189. Grayscale: #777777. Windows color (decimal): -5611914 or 7757482. OLE color: 7757482.

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

Color convert

RGB 170 94 118 -
CMYK 0 0.45 0.31 0.33
HSL 341.05º 0.31% 0.52% -
HSV(B) 341.05º 0.45% 0.67% -
XYZ 23.85 17.86 19.33 -
YUV 119.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 170 94 118 0 0.45 0.31 0.33 341.05 0.31 0.52
Hex AA 5E 76 0 2D 1F 21 155 1F 34
Octal 252 136 166 0 55 37 41 525 37 64
Binary 10101010 1011110 1110110 0 101101 11111 100001 101010101 11111 110100

Color Harmonies of #AA5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E76

Black with #AA5E76

Text Example


Text Example

White with #AA5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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