#ad4977

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

Shades of Royal Heath #AD4977

Tints of Royal Heath #AD4977

Color information

#AD4977 (or 0xAD4977) is unknown color: approx Royal Heath. HEX triplet: AD, 49 and 77. RGB value is (173,73,119). Sum of RGB (Red+Green+Blue) = 173+73+119=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4977 is #52B688. Grayscale: #6C6C6C. Windows color (decimal): -5420681 or 7817645. OLE color: 7817645.

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

Color convert

RGB17373119-
CMYK00.580.310.32
HSL332.4º40.65%48.24%-
HSV(B)332.4º57.8%67.84%-
XYZ22.9514.9819.14-
YUV108.14134.13174.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=47.40%
G=20%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737311900.580.310.32332.440.6548.24
HexAD497703A1F2014c2930
Octal25511116707237405145160
Binary1010110110010011110111011101011111100000101001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4977; }

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

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

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

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

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

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

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

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