#AA5772

Color #AA5772 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA5772

Tints of Royal Heath #AA5772

Color information

#AA5772 (or 0xAA5772) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 72. RGB value is (170,87,114). Sum of RGB (Red+Green+Blue) = 170+87+114=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5772 is #55A88D. Grayscale: #727272. Windows color (decimal): -5613710 or 7493546. OLE color: 7493546.

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

Color convert

RGB17087114-
CMYK00.490.330.33
HSL340.48º32.81%50.39%-
HSV(B)340.48º48.82%66.67%-
XYZ23.0216.5817.91-
YUV114.9127.5167.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=45.82%
G=23.45%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708711400.490.330.33340.4832.8150.39
HexAA577203121211542132
Octal25212716206141415244162
Binary10101010101011111100100110001100001100001101010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5772; }

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

 H1.HeaderClassName
 {
   color: #AA5772;
 }
 .AnyTagClassName
 {
   color: #AA5772;
 }
</style>
background-color css

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

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

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

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

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

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