#AD5873

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

Shades of Royal Heath #AD5873

Tints of Royal Heath #AD5873

Color information

#AD5873 (or 0xAD5873) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 73. RGB value is (173,88,115). Sum of RGB (Red+Green+Blue) = 173+88+115=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5873 is #52A78C. Grayscale: #747474. Windows color (decimal): -5416845 or 7559341. OLE color: 7559341.

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

Color convert

RGB17388115-
CMYK00.490.340.32
HSL340.94º34.14%51.18%-
HSV(B)340.94º49.13%67.84%-
XYZ23.8217.118.27-
YUV116.49127.16168.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=46.01%
G=23.40%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738811500.490.340.32340.9434.1451.18
HexAD587303122201552233
Octal25513016306142405254263
Binary10101101101100011100110110001100010100000101010101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5873; }

 p { color: rgb(173,88,115); }

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

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

 a { background-color: rgb(173,88,115); }

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

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

 span { border-color: rgb(173,88,115); }

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