Html Css Color HEX #AD97A1 Shady Lady

📋 copy color: '#AD97A1'

red 173 ◦ green 151 ◦ blue 161

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

Shades of Shady Lady #AD97A1

Tints of Shady Lady #AD97A1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 35.67%
G = 31.13%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD97A1 (or 0xAD97A1) is known color: Shady Lady. HEX triplet: AD, 97 and A1. RGB value is (173,151,161). Sum of RGB (Red+Green+Blue) = 173+151+161=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A1 is #52685E. Grayscale: #9E9E9E. Windows color (decimal): -5400671 or 10590125. OLE color: 10590125.

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

Color convert

RGB 173 151 161 -
CMYK 0 0.13 0.07 0.32
HSL 332.73º 0.12% 0.64% -
HSV(B) 332.73º 0.13% 0.68% -
XYZ 34.73 33.59 38.37 -
YUV 158.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 173 151 161 0 0.13 0.07 0.32 332.73 0.12 0.64
Hex AD 97 A1 0 D 7 20 14D C 40
Octal 255 227 241 0 15 7 40 515 14 100
Binary 10101101 10010111 10100001 0 1101 111 100000 101001101 1100 1000000

Color Harmonies of #AD97A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97A1

Black with #AD97A1

Text Example


Text Example

White with #AD97A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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