#AD577E

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

Shades of Royal Heath #AD577E

Tints of Royal Heath #AD577E

Color information

#AD577E (or 0xAD577E) is unknown color: approx Royal Heath. HEX triplet: AD, 57 and 7E. RGB value is (173,87,126). Sum of RGB (Red+Green+Blue) = 173+87+126=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD577E is #52A881. Grayscale: #757575. Windows color (decimal): -5417090 or 8279981. OLE color: 8279981.

HSL color Cylindrical-coordinate representation of color #AD577E: hue angle of 332.79º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD577E is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB17387126-
CMYK00.500.270.32
HSL332.79º34.4%50.98%-
HSV(B)332.79º49.71%67.84%-
XYZ24.4117.2121.77-
YUV117.16132.99167.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=44.82%
G=22.54%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738712600.500.270.32332.7934.450.98
HexAD577E0321B2014d2233
Octal25512717606233405154263
Binary1010110110101111111110011001011011100000101001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD577E; }

 p { color: rgb(173,87,126); }

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

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

 a { background-color: rgb(173,87,126); }

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

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

 span { border-color: rgb(173,87,126); }

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