#A49496

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

Shades of Shady Lady #A49496

Tints of Shady Lady #A49496

Color information

#A49496 (or 0xA49496) is unknown color: approx Shady Lady. HEX triplet: A4, 94 and 96. RGB value is (164,148,150). Sum of RGB (Red+Green+Blue) = 164+148+150=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49496 is #5B6B69. Grayscale: #999999. Windows color (decimal): -5991274 or 9868452. OLE color: 9868452.

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

Color convert

RGB164148150-
CMYK00.100.090.36
HSL352.5º8.08%61.18%-
HSV(B)352.5º9.76%64.31%-
XYZ31.431.2733.24-
YUV153.01126.3135.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=35.50%
G=32.03%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414815000.100.090.36352.58.0861.18
HexA494960A92416183d
Octal24422422601211445411075
Binary1010010010010100100101100101010011001001011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49496; }

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

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

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

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

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

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

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

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