#AD5573

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

Shades of Royal Heath #AD5573

Tints of Royal Heath #AD5573

Color information

#AD5573 (or 0xAD5573) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 73. RGB value is (173,85,115). Sum of RGB (Red+Green+Blue) = 173+85+115=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5573 is #52AA8C. Grayscale: #727272. Windows color (decimal): -5417613 or 7558573. OLE color: 7558573.

HSL color Cylindrical-coordinate representation of color #AD5573: hue angle of 339.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5573 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17385115-
CMYK00.510.340.32
HSL339.55º34.92%50.59%-
HSV(B)339.55º50.87%67.84%-
XYZ23.5816.6218.18-
YUV114.73128.15169.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=46.38%
G=22.79%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738511500.510.340.32339.5534.9250.59
HexAD557303322201542333
Octal25512516306342405244363
Binary10101101101010111100110110011100010100000101010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5573; }

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

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

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

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

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

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

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

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