#A49095

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

Shades of Shady Lady #A49095

Tints of Shady Lady #A49095

Color information

#A49095 (or 0xA49095) is unknown color: approx Shady Lady. HEX triplet: A4, 90 and 95. RGB value is (164,144,149). Sum of RGB (Red+Green+Blue) = 164+144+149=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49095 is #5B6F6A. Grayscale: #969696. Windows color (decimal): -5992299 or 9801892. OLE color: 9801892.

HSL color Cylindrical-coordinate representation of color #A49095: hue angle of 345º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49095 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164144149-
CMYK00.120.090.36
HSL345º9.9%60.39%-
HSV(B)345º12.2%64.31%-
XYZ30.7130.0132.61-
YUV150.55127.13137.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=35.89%
G=31.51%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414414900.120.090.363459.960.39
HexA490950C924159a3c
Octal24422022501411445311274
Binary1010010010010000100101010110010011001001010110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49095; }

 p { color: rgb(164,144,149); }

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

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

 a { background-color: rgb(164,144,149); }

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

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

 span { border-color: rgb(164,144,149); }

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