#ADA7AA

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

Shades of Shady Lady #ADA7AA

Tints of Shady Lady #ADA7AA

Color information

#ADA7AA (or 0xADA7AA) is unknown color: approx Shady Lady. HEX triplet: AD, A7 and AA. RGB value is (173,167,170). Sum of RGB (Red+Green+Blue) = 173+167+170=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7AA is #525855. Grayscale: #A9A9A9. Windows color (decimal): -5396566 or 11184045. OLE color: 11184045.

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

Color convert

RGB173167170-
CMYK00.030.020.32
HSL330º3.53%66.67%-
HSV(B)330º3.47%67.84%-
XYZ38.3139.4243.62-
YUV169.14128.49130.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=33.92%
G=32.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316717000.030.020.323303.5366.67
HexADA7AA0322014a443
Octal255247252032405124103
Binary101011011010011110101010011101000001010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7AA; }

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

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

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

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

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

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

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

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