Html Css Color HEX #A997A2 Shady Lady

📋 copy color: '#A997A2'

red 169 ◦ green 151 ◦ blue 162

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

Shades of Shady Lady #A997A2

Tints of Shady Lady #A997A2

RGB

 RED value IS 169 (66.41% from 255) = 35.06%

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

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

R = 35.06%
G = 31.33%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A997A2 (or 0xA997A2) is known color: Shady Lady. HEX triplet: A9, 97 and A2. RGB value is (169,151,162). Sum of RGB (Red+Green+Blue) = 169+151+162=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A997A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A997A2 is #56685D. Grayscale: #9D9D9D. Windows color (decimal): -5662814 or 10655657. OLE color: 10655657.

HSL color Cylindrical-coordinate representation of color #A997A2: hue angle of 323.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A997A2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 151 162 -
CMYK 0 0.11 0.04 0.34
HSL 323.33º 0.09% 0.63% -
HSV(B) 323.33º 0.11% 0.66% -
XYZ 33.95 33.18 38.8 -
YUV 157.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 169 151 162 0 0.11 0.04 0.34 323.33 0.09 0.63
Hex A9 97 A2 0 B 4 22 143 9 3F
Octal 251 227 242 0 13 4 42 503 11 77
Binary 10101001 10010111 10100010 0 1011 100 100010 101000011 1001 111111

Color Harmonies of #A997A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A997A2

Black with #A997A2

Text Example


Text Example

White with #A997A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A997A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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