#AD5977

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

Shades of Royal Heath #AD5977

Tints of Royal Heath #AD5977

Color information

#AD5977 (or 0xAD5977) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 77. RGB value is (173,89,119). Sum of RGB (Red+Green+Blue) = 173+89+119=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5977 is #52A688. Grayscale: #757575. Windows color (decimal): -5416585 or 7821741. OLE color: 7821741.

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

Color convert

RGB17389119-
CMYK00.490.310.32
HSL338.57º33.87%51.37%-
HSV(B)338.57º48.55%67.84%-
XYZ24.1417.3619.53-
YUV117.54128.83167.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=45.41%
G=23.36%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738911900.490.310.32338.5733.8751.37
HexAD59770311F201532233
Octal25513116706137405234263
Binary1010110110110011110111011000111111100000101010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5977; }

 p { color: rgb(173,89,119); }

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

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

 a { background-color: rgb(173,89,119); }

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

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

 span { border-color: rgb(173,89,119); }

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