#AD8E9D

Color #AD8E9D Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AD8E9D

Tints of Shady Lady #AD8E9D

Color information

#AD8E9D (or 0xAD8E9D) is unknown color: approx Shady Lady. HEX triplet: AD, 8E and 9D. RGB value is (173,142,157). Sum of RGB (Red+Green+Blue) = 173+142+157=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E9D is #527162. Grayscale: #989898. Windows color (decimal): -5402979 or 10325677. OLE color: 10325677.

HSL color Cylindrical-coordinate representation of color #AD8E9D: hue angle of 330.97º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E9D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB173142157-
CMYK00.180.090.32
HSL330.97º15.9%61.76%-
HSV(B)330.97º17.92%67.84%-
XYZ32.9930.6636.08-
YUV152.98130.27142.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=36.65%
G=30.08%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314215700.180.090.32330.9715.961.76
HexAD8E9D01292014b103e
Octal25521623502211405132076
Binary101011011000111010011101010010100110000010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E9D; }

 p { color: rgb(173,142,157); }

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

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

 a { background-color: rgb(173,142,157); }

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

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

 span { border-color: rgb(173,142,157); }

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