#A49A8D

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

Shades of Malta #A49A8D

Tints of Malta #A49A8D

Color information

#A49A8D (or 0xA49A8D) is unknown color: approx Malta. HEX triplet: A4, 9A and 8D. RGB value is (164,154,141). Sum of RGB (Red+Green+Blue) = 164+154+141=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A8D is #5B6572. Grayscale: #9B9B9B. Windows color (decimal): -5989747 or 9280164. OLE color: 9280164.

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

Color convert

RGB164154141-
CMYK00.060.140.36
HSL33.91º11.22%59.8%-
HSV(B)33.91º14.02%64.31%-
XYZ31.6732.9329.89-
YUV155.51119.81134.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=35.73%
G=33.55%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415414100.060.140.3633.9111.2259.8
HexA49A8D06E2422b3c
Octal244232215061644421374
Binary101001001001101010001101011011101001001000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A8D; }

 p { color: rgb(164,154,141); }

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

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

 a { background-color: rgb(164,154,141); }

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

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

 span { border-color: rgb(164,154,141); }

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