Html Css Color HEX #AA5A77 Royal Heath

📋 copy color: '#AA5A77'

red 170 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #AA5A77

Tints of Royal Heath #AA5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

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

R = 44.85%
G = 23.75%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA5A77 (or 0xAA5A77) is known color: Royal Heath. HEX triplet: AA, 5A and 77. RGB value is (170,90,119). Sum of RGB (Red+Green+Blue) = 170+90+119=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A77 is #55A588. Grayscale: #757575. Windows color (decimal): -5612937 or 7821994. OLE color: 7821994.

HSL color Cylindrical-coordinate representation of color #AA5A77: hue angle of 338.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A77 is Cyan = 0, Magento = 0.47, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 90 119 -
CMYK 0 0.47 0.3 0.33
HSL 338.25º 0.32% 0.51% -
HSV(B) 338.25º 0.47% 0.67% -
XYZ 23.56 17.19 19.53 -
YUV 117.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 170 90 119 0 0.47 0.3 0.33 338.25 0.32 0.51
Hex AA 5A 77 0 2F 1E 21 152 20 33
Octal 252 132 167 0 57 36 41 522 40 63
Binary 10101010 1011010 1110111 0 101111 11110 100001 101010010 100000 110011

Color Harmonies of #AA5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A77

Black with #AA5A77

Text Example


Text Example

White with #AA5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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