#AD5979

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

Shades of Royal Heath #AD5979

Tints of Royal Heath #AD5979

Color information

#AD5979 (or 0xAD5979) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 79. RGB value is (173,89,121). Sum of RGB (Red+Green+Blue) = 173+89+121=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5979 is #52A686. Grayscale: #757575. Windows color (decimal): -5416583 or 7952813. OLE color: 7952813.

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

Color convert

RGB17389121-
CMYK00.490.300.32
HSL337.14º33.87%51.37%-
HSV(B)337.14º48.55%67.84%-
XYZ24.2617.4120.17-
YUV117.76129.83167.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=45.17%
G=23.24%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738912100.490.300.32337.1433.8751.37
HexAD59790311E201512233
Octal25513117106136405214263
Binary1010110110110011111001011000111110100000101010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5979; }

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

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

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

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

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

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

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

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