#AD8F9E

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

Shades of Shady Lady #AD8F9E

Tints of Shady Lady #AD8F9E

Color information

#AD8F9E (or 0xAD8F9E) is unknown color: approx Shady Lady. HEX triplet: AD, 8F and 9E. RGB value is (173,143,158). Sum of RGB (Red+Green+Blue) = 173+143+158=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F9E is #527061. Grayscale: #999999. Windows color (decimal): -5402722 or 10391469. OLE color: 10391469.

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

Color convert

RGB173143158-
CMYK00.170.090.32
HSL330º15.46%61.96%-
HSV(B)330º17.34%67.84%-
XYZ33.233136.58-
YUV153.68130.44141.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=36.50%
G=30.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314315800.170.090.3233015.4661.96
HexAD8F9E01192014af3e
Octal25521723602111405121776
Binary10101101100011111001111001000110011000001010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F9E; }

 p { color: rgb(173,143,158); }

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

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

 a { background-color: rgb(173,143,158); }

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

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

 span { border-color: rgb(173,143,158); }

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