#AD5974

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

Shades of Royal Heath #AD5974

Tints of Royal Heath #AD5974

Color information

#AD5974 (or 0xAD5974) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 74. RGB value is (173,89,116). Sum of RGB (Red+Green+Blue) = 173+89+116=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5974 is #52A68B. Grayscale: #757575. Windows color (decimal): -5416588 or 7625133. OLE color: 7625133.

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

Color convert

RGB17389116-
CMYK00.490.330.32
HSL340.71º33.87%51.37%-
HSV(B)340.71º48.55%67.84%-
XYZ23.9617.2918.6-
YUV117.19127.33167.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=45.77%
G=23.54%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738911600.490.330.32340.7133.8751.37
HexAD597403121201552233
Octal25513116406141405254263
Binary10101101101100111101000110001100001100000101010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5974; }

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

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

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

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

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

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

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

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