#AD5373

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

Shades of Royal Heath #AD5373

Tints of Royal Heath #AD5373

Color information

#AD5373 (or 0xAD5373) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 73. RGB value is (173,83,115). Sum of RGB (Red+Green+Blue) = 173+83+115=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5373 is #52AC8C. Grayscale: #717171. Windows color (decimal): -5418125 or 7558061. OLE color: 7558061.

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

Color convert

RGB17383115-
CMYK00.520.340.32
HSL338.67º35.43%50.2%-
HSV(B)338.67º52.02%67.84%-
XYZ23.4216.3118.13-
YUV113.56128.82170.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=46.63%
G=22.37%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738311500.520.340.32338.6735.4350.2
HexAD537303422201532332
Octal25512316306442405234362
Binary10101101101001111100110110100100010100000101010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5373; }

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

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

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

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

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

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

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

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