#A49883

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

Shades of Malta #A49883

Tints of Malta #A49883

Color information

#A49883 (or 0xA49883) is unknown color: approx Malta. HEX triplet: A4, 98 and 83. RGB value is (164,152,131). Sum of RGB (Red+Green+Blue) = 164+152+131=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49883 is #5B677C. Grayscale: #999999. Windows color (decimal): -5990269 or 8624292. OLE color: 8624292.

HSL color Cylindrical-coordinate representation of color #A49883: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49883 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB164152131-
CMYK00.070.200.36
HSL38.18º15.35%57.84%-
HSV(B)38.18º20.12%64.31%-
XYZ30.6331.9926.03-
YUV153.19115.48135.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=36.69%
G=34.00%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415213100.070.200.3638.1815.3557.84
HexA4988307142426f3a
Octal244230203072444461772
Binary1010010010011000100000110111101001001001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49883; }

 p { color: rgb(164,152,131); }

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

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

 a { background-color: rgb(164,152,131); }

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

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

 span { border-color: rgb(164,152,131); }

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