Html Css Color HEX #AD9DA2 Shady Lady

📋 copy color: '#AD9DA2'

red 173 ◦ green 157 ◦ blue 162

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

Shades of Shady Lady #AD9DA2

Tints of Shady Lady #AD9DA2

RGB

 RED value IS 173 (67.97% from 255) = 35.16%

 GREEN value IS 157 (61.72% from 255) = 31.91%

 BLUE value IS 162 (63.67% from 255) = 32.93%

R = 35.16%
G = 31.91%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD9DA2 (or 0xAD9DA2) is known color: Shady Lady. HEX triplet: AD, 9D and A2. RGB value is (173,157,162). Sum of RGB (Red+Green+Blue) = 173+157+162=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DA2 is #52625D. Grayscale: #A2A2A2. Windows color (decimal): -5399134 or 10657197. OLE color: 10657197.

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

Color convert

RGB 173 157 162 -
CMYK 0 0.09 0.06 0.32
HSL 341.25º 0.09% 0.65% -
HSV(B) 341.25º 0.09% 0.68% -
XYZ 35.81 35.61 39.17 -
YUV 162.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 173 157 162 0 0.09 0.06 0.32 341.25 0.09 0.65
Hex AD 9D A2 0 9 6 20 155 9 41
Octal 255 235 242 0 11 6 40 525 11 101
Binary 10101101 10011101 10100010 0 1001 110 100000 101010101 1001 1000001

Color Harmonies of #AD9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DA2

Black with #AD9DA2

Text Example


Text Example

White with #AD9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DA2; }

 p { color: rgb(173,157,162); }

 H1.HeaderClassName
 {
   color: #AD9DA2;
 }
 .AnyTagClassName
 {
   color: #AD9DA2;
 }
</style>

background-color css

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

 a { background-color: rgb(173,157,162); }

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

border-color css

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

 span { border-color: rgb(173,157,162); }

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