Html Css Color HEX #AD9CA1 Shady Lady

📋 copy color: '#AD9CA1'

red 173 ◦ green 156 ◦ blue 161

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

Shades of Shady Lady #AD9CA1

Tints of Shady Lady #AD9CA1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 35.31%
G = 31.84%
B = 32.86%

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

#AD9CA1 (or 0xAD9CA1) is known color: Shady Lady. HEX triplet: AD, 9C and A1. RGB value is (173,156,161). Sum of RGB (Red+Green+Blue) = 173+156+161=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CA1 is #52635E. Grayscale: #A1A1A1. Windows color (decimal): -5399391 or 10591405. OLE color: 10591405.

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

Color convert

RGB 173 156 161 -
CMYK 0 0.10 0.07 0.32
HSL 342.35º 0.09% 0.65% -
HSV(B) 342.35º 0.1% 0.68% -
XYZ 35.56 35.23 38.65 -
YUV 161.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 173 156 161 0 0.10 0.07 0.32 342.35 0.09 0.65
Hex AD 9C A1 0 A 7 20 156 9 41
Octal 255 234 241 0 12 7 40 526 11 101
Binary 10101101 10011100 10100001 0 1010 111 100000 101010110 1001 1000001

Color Harmonies of #AD9CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9CA1

Black with #AD9CA1

Text Example


Text Example

White with #AD9CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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