Html Css Color HEX #AD97A2 Shady Lady

📋 copy color: '#AD97A2'

red 173 ◦ green 151 ◦ blue 162

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

Shades of Shady Lady #AD97A2

Tints of Shady Lady #AD97A2

RGB

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

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

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

R = 35.6%
G = 31.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD97A2 (or 0xAD97A2) is known color: Shady Lady. HEX triplet: AD, 97 and A2. RGB value is (173,151,162). Sum of RGB (Red+Green+Blue) = 173+151+162=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD97A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97A2 is #52685D. Grayscale: #9E9E9E. Windows color (decimal): -5400670 or 10655661. OLE color: 10655661.

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

Color convert

RGB 173 151 162 -
CMYK 0 0.13 0.06 0.32
HSL 330º 0.12% 0.64% -
HSV(B) 330º 0.13% 0.68% -
XYZ 34.82 33.63 38.84 -
YUV 158.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 173 151 162 0 0.13 0.06 0.32 330 0.12 0.64
Hex AD 97 A2 0 D 6 20 14A C 40
Octal 255 227 242 0 15 6 40 512 14 100
Binary 10101101 10010111 10100010 0 1101 110 100000 101001010 1100 1000000

Color Harmonies of #AD97A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97A2

Black with #AD97A2

Text Example


Text Example

White with #AD97A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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