Html Css Color HEX #AA5776 Royal Heath

📋 copy color: '#AA5776'

red 170 ◦ green 87 ◦ blue 118

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

Shades of Royal Heath #AA5776

Tints of Royal Heath #AA5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.2%

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

R = 45.33%
G = 23.2%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5776 (or 0xAA5776) is known color: Royal Heath. HEX triplet: AA, 57 and 76. RGB value is (170,87,118). Sum of RGB (Red+Green+Blue) = 170+87+118=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5776 is #55A889. Grayscale: #737373. Windows color (decimal): -5613706 or 7755690. OLE color: 7755690.

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

Color convert

RGB 170 87 118 -
CMYK 0 0.49 0.31 0.33
HSL 337.59º 0.33% 0.5% -
HSV(B) 337.59º 0.49% 0.67% -
XYZ 23.26 16.67 19.13 -
YUV 115.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 170 87 118 0 0.49 0.31 0.33 337.59 0.33 0.5
Hex AA 57 76 0 31 1F 21 152 21 32
Octal 252 127 166 0 61 37 41 522 41 62
Binary 10101010 1010111 1110110 0 110001 11111 100001 101010010 100001 110010

Color Harmonies of #AA5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5776

Black with #AA5776

Text Example


Text Example

White with #AA5776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5776; }

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

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

background-color css

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

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

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

border-color css

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

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

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