#A49782

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

Shades of Malta #A49782

Tints of Malta #A49782

Color information

#A49782 (or 0xA49782) is unknown color: approx Malta. HEX triplet: A4, 97 and 82. RGB value is (164,151,130). Sum of RGB (Red+Green+Blue) = 164+151+130=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A49782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49782 is #5B687D. Grayscale: #989898. Windows color (decimal): -5990526 or 8558500. OLE color: 8558500.

HSL color Cylindrical-coordinate representation of color #A49782: hue angle of 37.06º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49782 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164151130-
CMYK00.080.210.36
HSL37.06º15.74%57.65%-
HSV(B)37.06º20.73%64.31%-
XYZ30.4131.6425.62-
YUV152.49115.31136.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=36.85%
G=33.93%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415113000.080.210.3637.0615.7457.65
HexA4978208152425103a
Octal2442272020102544452072
Binary101001001001011110000010010001010110010010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49782; }

 p { color: rgb(164,151,130); }

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

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

 a { background-color: rgb(164,151,130); }

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

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

 span { border-color: rgb(164,151,130); }

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