Html Css Color HEX #AD9BA1 Shady Lady

📋 copy color: '#AD9BA1'

red 173 ◦ green 155 ◦ blue 161

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

Shades of Shady Lady #AD9BA1

Tints of Shady Lady #AD9BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 161 (63.28% from 255) = 32.92%

R = 35.38%
G = 31.7%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD9BA1 (or 0xAD9BA1) is known color: Shady Lady. HEX triplet: AD, 9B and A1. RGB value is (173,155,161). Sum of RGB (Red+Green+Blue) = 173+155+161=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9BA1 is #52645E. Grayscale: #A1A1A1. Windows color (decimal): -5399647 or 10591149. OLE color: 10591149.

HSL color Cylindrical-coordinate representation of color #AD9BA1: hue angle of 340º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9BA1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 155 161 -
CMYK 0 0.10 0.07 0.32
HSL 340º 0.1% 0.64% -
HSV(B) 340º 0.1% 0.68% -
XYZ 35.39 34.9 38.59 -
YUV 161.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 173 155 161 0 0.10 0.07 0.32 340 0.1 0.64
Hex AD 9B A1 0 A 7 20 154 A 40
Octal 255 233 241 0 12 7 40 524 12 100
Binary 10101101 10011011 10100001 0 1010 111 100000 101010100 1010 1000000

Color Harmonies of #AD9BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BA1

Black with #AD9BA1

Text Example


Text Example

White with #AD9BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BA1; }

 p { color: rgb(173,155,161); }

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

background-color css

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

 a { background-color: rgb(173,155,161); }

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

border-color css

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

 span { border-color: rgb(173,155,161); }

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