#AD5371

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

Shades of Royal Heath #AD5371

Tints of Royal Heath #AD5371

Color information

#AD5371 (or 0xAD5371) is unknown color: approx Royal Heath. HEX triplet: AD, 53 and 71. RGB value is (173,83,113). Sum of RGB (Red+Green+Blue) = 173+83+113=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5371 is #52AC8E. Grayscale: #717171. Windows color (decimal): -5418127 or 7426989. OLE color: 7426989.

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

Color convert

RGB17383113-
CMYK00.520.350.32
HSL340º35.43%50.2%-
HSV(B)340º52.02%67.84%-
XYZ23.3116.2617.53-
YUV113.33127.82170.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=46.88%
G=22.49%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738311300.520.350.3234035.4350.2
HexAD537103423201542332
Octal25512316106443405244362
Binary10101101101001111100010110100100011100000101010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5371; }

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

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

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

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

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

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

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

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