#AD5170

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

Shades of Royal Heath #AD5170

Tints of Royal Heath #AD5170

Color information

#AD5170 (or 0xAD5170) is unknown color: approx Royal Heath. HEX triplet: AD, 51 and 70. RGB value is (173,81,112). Sum of RGB (Red+Green+Blue) = 173+81+112=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5170 is #52AE8F. Grayscale: #707070. Windows color (decimal): -5418640 or 7360941. OLE color: 7360941.

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

Color convert

RGB17381112-
CMYK00.530.350.32
HSL339.78º36.22%49.8%-
HSV(B)339.78º53.18%67.84%-
XYZ23.115.9417.19-
YUV112.04127.98171.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=47.27%
G=22.13%
B=30.60%

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
Decimal1738111200.530.350.32339.7836.2249.8
HexAD517003523201542432
Octal25512116006543405244462
Binary10101101101000111100000110101100011100000101010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5170; }

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

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

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

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

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

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

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

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