Html Css Color HEX #AD97A0 Shady Lady

📋 copy color: '#AD97A0'

red 173 ◦ green 151 ◦ blue 160

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

Shades of Shady Lady #AD97A0

Tints of Shady Lady #AD97A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 35.74%
G = 31.2%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD97A0 (or 0xAD97A0) is known color: Shady Lady. HEX triplet: AD, 97 and A0. RGB value is (173,151,160). Sum of RGB (Red+Green+Blue) = 173+151+160=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A0 is #52685F. Grayscale: #9E9E9E. Windows color (decimal): -5400672 or 10524589. OLE color: 10524589.

HSL color Cylindrical-coordinate representation of color #AD97A0: hue angle of 335.45º 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 #AD97A0 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 151 160 -
CMYK 0 0.13 0.08 0.32
HSL 335.45º 0.12% 0.64% -
HSV(B) 335.45º 0.13% 0.68% -
XYZ 34.65 33.56 37.91 -
YUV 158.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 173 151 160 0 0.13 0.08 0.32 335.45 0.12 0.64
Hex AD 97 A0 0 D 8 20 14F C 40
Octal 255 227 240 0 15 10 40 517 14 100
Binary 10101101 10010111 10100000 0 1101 1000 100000 101001111 1100 1000000

Color Harmonies of #AD97A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97A0

Black with #AD97A0

Text Example


Text Example

White with #AD97A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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