#AD8F99

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

Shades of Shady Lady #AD8F99

Tints of Shady Lady #AD8F99

Color information

#AD8F99 (or 0xAD8F99) is unknown color: approx Shady Lady. HEX triplet: AD, 8F and 99. RGB value is (173,143,153). Sum of RGB (Red+Green+Blue) = 173+143+153=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F99 is #527066. Grayscale: #999999. Windows color (decimal): -5402727 or 10063789. OLE color: 10063789.

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

Color convert

RGB173143153-
CMYK00.170.120.32
HSL340º15.46%61.96%-
HSV(B)340º17.34%67.84%-
XYZ32.8130.8334.36-
YUV153.11127.94142.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 153 (60.16% from 255) = 32.62%
R=36.89%
G=30.49%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314315300.170.120.3234015.4661.96
HexAD8F99011C20154f3e
Octal25521723102114405241776
Binary10101101100011111001100101000111001000001010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F99; }

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

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

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

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

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

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

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

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