#AD597D

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

Shades of Royal Heath #AD597D

Tints of Royal Heath #AD597D

Color information

#AD597D (or 0xAD597D) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 7D. RGB value is (173,89,125). Sum of RGB (Red+Green+Blue) = 173+89+125=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD597D is #52A682. Grayscale: #767676. Windows color (decimal): -5416579 or 8214957. OLE color: 8214957.

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

Color convert

RGB17389125-
CMYK00.490.280.32
HSL334.29º33.87%51.37%-
HSV(B)334.29º48.55%67.84%-
XYZ24.5117.5121.49-
YUV118.22131.83167.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=44.70%
G=23.00%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738912500.490.280.32334.2933.8751.37
HexAD597D0311C2014e2233
Octal25513117506134405164263
Binary1010110110110011111101011000111100100000101001110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD597D; }

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

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

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

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

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

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

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

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