#A49094

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

Shades of Shady Lady #A49094

Tints of Shady Lady #A49094

Color information

#A49094 (or 0xA49094) is unknown color: approx Shady Lady. HEX triplet: A4, 90 and 94. RGB value is (164,144,148). Sum of RGB (Red+Green+Blue) = 164+144+148=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49094 is #5B6F6B. Grayscale: #969696. Windows color (decimal): -5992300 or 9736356. OLE color: 9736356.

HSL color Cylindrical-coordinate representation of color #A49094: hue angle of 348º 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 #A49094 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164144148-
CMYK00.120.100.36
HSL348º9.9%60.39%-
HSV(B)348º12.2%64.31%-
XYZ30.6329.9832.19-
YUV150.44126.63137.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=35.96%
G=31.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414414800.120.100.363489.960.39
HexA490940CA2415ca3c
Octal24422022401412445341274
Binary1010010010010000100101000110010101001001010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49094; }

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

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

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

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

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

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

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

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