#A39382

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

Shades of Malta #A39382

Tints of Malta #A39382

Color information

#A39382 (or 0xA39382) is unknown color: approx Malta. HEX triplet: A3, 93 and 82. RGB value is (163,147,130). Sum of RGB (Red+Green+Blue) = 163+147+130=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A39382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39382 is #5C6C7D. Grayscale: #959595. Windows color (decimal): -6057086 or 8557475. OLE color: 8557475.

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

Color convert

RGB163147130-
CMYK00.100.200.36
HSL30.91º15.21%57.45%-
HSV(B)30.91º20.25%63.92%-
XYZ29.5730.2725.4-
YUV149.85116.8137.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=37.05%
G=33.41%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314713000.100.200.3630.9115.2157.45
HexA393820A14241ff39
Octal2432232020122444371771
Binary1010001110010011100000100101010100100100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39382; }

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

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

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

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

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

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

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

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