#ADA9AA

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

Shades of Shady Lady #ADA9AA

Tints of Shady Lady #ADA9AA

Color information

#ADA9AA (or 0xADA9AA) is unknown color: approx Shady Lady. HEX triplet: AD, A9 and AA. RGB value is (173,169,170). Sum of RGB (Red+Green+Blue) = 173+169+170=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AA is #525655. Grayscale: #AAAAAA. Windows color (decimal): -5396054 or 11184557. OLE color: 11184557.

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

Color convert

RGB173169170-
CMYK00.020.020.32
HSL345º2.38%67.06%-
HSV(B)345º2.31%67.84%-
XYZ38.6840.1643.74-
YUV170.31127.83129.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=33.79%
G=33.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316917000.020.020.323452.3867.06
HexADA9AA02220159243
Octal255251252022405312103
Binary10101101101010011010101001010100000101011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9AA; }

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

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

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

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

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

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

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

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