#ADA9AB

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

Shades of Shady Lady #ADA9AB

Tints of Shady Lady #ADA9AB

Color information

#ADA9AB (or 0xADA9AB) is unknown color: approx Shady Lady. HEX triplet: AD, A9 and AB. RGB value is (173,169,171). Sum of RGB (Red+Green+Blue) = 173+169+171=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AB is #525654. Grayscale: #AAAAAA. Windows color (decimal): -5396053 or 11250093. OLE color: 11250093.

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

Color convert

RGB173169171-
CMYK00.020.010.32
HSL330º2.38%67.06%-
HSV(B)330º2.31%67.84%-
XYZ38.7740.244.24-
YUV170.42128.33129.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=33.72%
G=32.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316917100.020.010.323302.3867.06
HexADA9AB0212014a243
Octal255251253021405122103
Binary1010110110101001101010110101100000101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9AB; }

 p { color: rgb(173,169,171); }

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

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

 a { background-color: rgb(173,169,171); }

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

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

 span { border-color: rgb(173,169,171); }

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