#A09197

Color #A09197 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A09197

Tints of Shady Lady #A09197

Color information

#A09197 (or 0xA09197) is unknown color: approx Shady Lady. HEX triplet: A0, 91 and 97. RGB value is (160,145,151). Sum of RGB (Red+Green+Blue) = 160+145+151=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09197 is #5F6E68. Grayscale: #969696. Windows color (decimal): -6254185 or 9933216. OLE color: 9933216.

HSL color Cylindrical-coordinate representation of color #A09197: hue angle of 336º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09197 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160145151-
CMYK00.090.060.37
HSL336º7.32%59.8%-
HSV(B)336º9.38%62.75%-
XYZ30.2129.9633.47-
YUV150.17128.47135.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=35.09%
G=31.80%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014515100.090.060.373367.3259.8
HexA091970962515073c
Octal240221227011645520774
Binary10100000100100011001011101001110100101101010000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09197; }

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

 H1.HeaderClassName
 {
   color: #A09197;
 }
 .AnyTagClassName
 {
   color: #A09197;
 }
</style>
background-color css

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

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

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

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

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

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