#A18991

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

Shades of Shady Lady #A18991

Tints of Shady Lady #A18991

Color information

#A18991 (or 0xA18991) is unknown color: approx Shady Lady. HEX triplet: A1, 89 and 91. RGB value is (161,137,145). Sum of RGB (Red+Green+Blue) = 161+137+145=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A18991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18991 is #5E766E. Grayscale: #919191. Windows color (decimal): -6190703 or 9537953. OLE color: 9537953.

HSL color Cylindrical-coordinate representation of color #A18991: hue angle of 340º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A18991 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB161137145-
CMYK00.150.100.37
HSL340º11.32%58.43%-
HSV(B)340º14.91%63.14%-
XYZ28.7527.5130.58-
YUV145.09127.95139.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 145 (57.03% from 255) = 32.73%
R=36.34%
G=30.93%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113714500.150.100.3734011.3258.43
HexA189910FA25154b3a
Octal24121122101712455241372
Binary1010000110001001100100010111110101001011010101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18991; }

 p { color: rgb(161,137,145); }

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

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

 a { background-color: rgb(161,137,145); }

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

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

 span { border-color: rgb(161,137,145); }

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