#A19281

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

Shades of Malta #A19281

Tints of Malta #A19281

Color information

#A19281 (or 0xA19281) is unknown color: approx Malta. HEX triplet: A1, 92 and 81. RGB value is (161,146,129). Sum of RGB (Red+Green+Blue) = 161+146+129=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A19281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19281 is #5E6D7E. Grayscale: #949494. Windows color (decimal): -6188415 or 8491681. OLE color: 8491681.

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

Color convert

RGB161146129-
CMYK00.090.200.37
HSL31.88º14.55%56.86%-
HSV(B)31.88º19.88%63.14%-
XYZ28.9429.7224.98-
YUV148.55116.97136.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=36.93%
G=33.49%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114612900.090.200.3731.8814.5556.86
HexA1928109142520f39
Octal2412222010112445401771
Binary10100001100100101000000101001101001001011000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19281; }

 p { color: rgb(161,146,129); }

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

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

 a { background-color: rgb(161,146,129); }

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

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

 span { border-color: rgb(161,146,129); }

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