#A49583

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

Shades of Malta #A49583

Tints of Malta #A49583

Color information

#A49583 (or 0xA49583) is unknown color: approx Malta. HEX triplet: A4, 95 and 83. RGB value is (164,149,131). Sum of RGB (Red+Green+Blue) = 164+149+131=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49583 is #5B6A7C. Grayscale: #979797. Windows color (decimal): -5991037 or 8623524. OLE color: 8623524.

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

Color convert

RGB164149131-
CMYK00.090.200.36
HSL32.73º15.35%57.84%-
HSV(B)32.73º20.12%64.31%-
XYZ30.1531.0325.87-
YUV151.43116.47136.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=36.94%
G=33.56%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414913100.090.200.3632.7315.3557.84
HexA4958309142421f3a
Octal2442252030112444411772
Binary10100100100101011000001101001101001001001000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49583; }

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

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

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

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

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

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

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

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