#A39482

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

Shades of Malta #A39482

Tints of Malta #A39482

Color information

#A39482 (or 0xA39482) is unknown color: approx Malta. HEX triplet: A3, 94 and 82. RGB value is (163,148,130). Sum of RGB (Red+Green+Blue) = 163+148+130=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 163 - color contains mainly: red. Hex color #A39482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39482 is #5C6B7D. Grayscale: #969696. Windows color (decimal): -6056830 or 8557731. OLE color: 8557731.

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

Color convert

RGB163148130-
CMYK00.090.200.36
HSL32.73º15.21%57.45%-
HSV(B)32.73º20.25%63.92%-
XYZ29.7230.5825.45-
YUV150.43116.47136.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=36.96%
G=33.56%
B=29.48%

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
Decimal16314813000.090.200.3632.7315.2157.45
HexA3948209142421f39
Octal2432242020112444411771
Binary10100011100101001000001001001101001001001000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39482; }

 p { color: rgb(163,148,130); }

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

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

 a { background-color: rgb(163,148,130); }

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

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

 span { border-color: rgb(163,148,130); }

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