Html Css Color HEX #AA5D77 Royal Heath

📋 copy color: '#AA5D77'

red 170 ◦ green 93 ◦ blue 119

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

Shades of Royal Heath #AA5D77

Tints of Royal Heath #AA5D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 44.5%
G = 24.35%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA5D77 (or 0xAA5D77) is known color: Royal Heath. HEX triplet: AA, 5D and 77. RGB value is (170,93,119). Sum of RGB (Red+Green+Blue) = 170+93+119=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D77 is #55A288. Grayscale: #767676. Windows color (decimal): -5612169 or 7822762. OLE color: 7822762.

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

Color convert

RGB 170 93 119 -
CMYK 0 0.45 0.3 0.33
HSL 339.74º 0.31% 0.52% -
HSV(B) 339.74º 0.45% 0.67% -
XYZ 23.82 17.71 19.61 -
YUV 118.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 170 93 119 0 0.45 0.3 0.33 339.74 0.31 0.52
Hex AA 5D 77 0 2D 1E 21 154 1F 34
Octal 252 135 167 0 55 36 41 524 37 64
Binary 10101010 1011101 1110111 0 101101 11110 100001 101010100 11111 110100

Color Harmonies of #AA5D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D77

Black with #AA5D77

Text Example


Text Example

White with #AA5D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D77; }

 p { color: rgb(170,93,119); }

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

background-color css

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

 a { background-color: rgb(170,93,119); }

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

border-color css

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

 span { border-color: rgb(170,93,119); }

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