#AD5171

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

Shades of Royal Heath #AD5171

Tints of Royal Heath #AD5171

Color information

#AD5171 (or 0xAD5171) is unknown color: approx Royal Heath. HEX triplet: AD, 51 and 71. RGB value is (173,81,113). Sum of RGB (Red+Green+Blue) = 173+81+113=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5171 is #52AE8E. Grayscale: #707070. Windows color (decimal): -5418639 or 7426477. OLE color: 7426477.

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

Color convert

RGB17381113-
CMYK00.530.350.32
HSL339.13º36.22%49.8%-
HSV(B)339.13º53.18%67.84%-
XYZ23.1615.9617.48-
YUV112.16128.48171.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=47.14%
G=22.07%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738111300.530.350.32339.1336.2249.8
HexAD517103523201532432
Octal25512116106543405234462
Binary10101101101000111100010110101100011100000101010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5171; }

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

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

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

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

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

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

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

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