Html Css Color HEX #ADA9AB Shady Lady

📋 copy color: '#ADA9AB'

red 173 ◦ green 169 ◦ blue 171

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

Shades of Shady Lady #ADA9AB

Tints of Shady Lady #ADA9AB

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 value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 173 169 171 -
CMYK 0 0.02 0.01 0.32
HSL 330º 0.02% 0.67% -
HSV(B) 330º 0.02% 0.68% -
XYZ 38.77 40.2 44.24 -
YUV 170.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 173 169 171 0 0.02 0.01 0.32 330 0.02 0.67
Hex AD A9 AB 0 2 1 20 14A 2 43
Octal 255 251 253 0 2 1 40 512 2 103
Binary 10101101 10101001 10101011 0 10 1 100000 101001010 10 1000011

Color Harmonies of #ADA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9AB

Black with #ADA9AB

Text Example


Text Example

White with #ADA9AB

Text Example


Text Example

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