#A19582

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

Shades of Malta #A19582

Tints of Malta #A19582

Color information

#A19582 (or 0xA19582) is unknown color: approx Malta. HEX triplet: A1, 95 and 82. RGB value is (161,149,130). Sum of RGB (Red+Green+Blue) = 161+149+130=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A19582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19582 is #5E6A7D. Grayscale: #969696. Windows color (decimal): -6187646 or 8557985. OLE color: 8557985.

HSL color Cylindrical-coordinate representation of color #A19582: hue angle of 36.77º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19582 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB161149130-
CMYK00.070.190.37
HSL36.77º14.16%57.06%-
HSV(B)36.77º19.25%63.14%-
XYZ29.4730.6825.49-
YUV150.42116.48135.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=36.59%
G=33.86%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114913000.070.190.3736.7714.1657.06
HexA1958207132525e39
Octal241225202072345451671
Binary1010000110010101100000100111100111001011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19582; }

 p { color: rgb(161,149,130); }

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

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

 a { background-color: rgb(161,149,130); }

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

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

 span { border-color: rgb(161,149,130); }

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