#ADA6AA

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

Shades of Shady Lady #ADA6AA

Tints of Shady Lady #ADA6AA

Color information

#ADA6AA (or 0xADA6AA) is unknown color: approx Shady Lady. HEX triplet: AD, A6 and AA. RGB value is (173,166,170). Sum of RGB (Red+Green+Blue) = 173+166+170=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AA is #525955. Grayscale: #A8A8A8. Windows color (decimal): -5396822 or 11183789. OLE color: 11183789.

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

Color convert

RGB173166170-
CMYK00.040.020.32
HSL325.71º4.09%66.47%-
HSV(B)325.71º4.05%67.84%-
XYZ38.1339.0643.56-
YUV168.55128.82131.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 166 (65.23% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=33.99%
G=32.61%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316617000.040.020.32325.714.0966.47
HexADA6AA04220146442
Octal255246252042405064102
Binary1010110110100110101010100100101000001010001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6AA; }

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

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

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

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

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

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

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

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