#A19380

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

Shades of Malta #A19380

Tints of Malta #A19380

Color information

#A19380 (or 0xA19380) is unknown color: approx Malta. HEX triplet: A1, 93 and 80. RGB value is (161,147,128). Sum of RGB (Red+Green+Blue) = 161+147+128=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A19380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19380 is #5E6C7F. Grayscale: #959595. Windows color (decimal): -6188160 or 8426401. OLE color: 8426401.

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

Color convert

RGB161147128-
CMYK00.090.200.37
HSL34.55º14.93%56.67%-
HSV(B)34.55º20.5%63.14%-
XYZ29.033024.68-
YUV149.02116.14136.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=36.93%
G=33.72%
B=29.36%

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
Decimal16114712800.090.200.3734.5514.9356.67
HexA1938009142523f39
Octal2412232000112445431771
Binary10100001100100111000000001001101001001011000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19380; }

 p { color: rgb(161,147,128); }

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

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

 a { background-color: rgb(161,147,128); }

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

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

 span { border-color: rgb(161,147,128); }

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