Html Css Color HEX #ADA6AA Shady Lady

📋 copy color: '#ADA6AA'

red 173 ◦ green 166 ◦ blue 170

#ADA6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #ADA6AA

Tints of Shady Lady #ADA6AA

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.8% from 255) = 33.4%

R = 33.99%
G = 32.61%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ADA6AA (or 0xADA6AA) is known color: 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

RGB 173 166 170 -
CMYK 0 0.04 0.02 0.32
HSL 325.71º 0.04% 0.66% -
HSV(B) 325.71º 0.04% 0.68% -
XYZ 38.13 39.06 43.56 -
YUV 168.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 173 166 170 0 0.04 0.02 0.32 325.71 0.04 0.66
Hex AD A6 AA 0 4 2 20 146 4 42
Octal 255 246 252 0 4 2 40 506 4 102
Binary 10101101 10100110 10101010 0 100 10 100000 101000110 100 1000010

Color Harmonies of #ADA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6AA

Black with #ADA6AA

Text Example


Text Example

White with #ADA6AA

Text Example


Text Example

HTML Codes & Css Web 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>