#A19685

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

Shades of Malta #A19685

Tints of Malta #A19685

Color information

#A19685 (or 0xA19685) is unknown color: approx Malta. HEX triplet: A1, 96 and 85. RGB value is (161,150,133). Sum of RGB (Red+Green+Blue) = 161+150+133=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19685 is #5E697A. Grayscale: #979797. Windows color (decimal): -6187387 or 8754849. OLE color: 8754849.

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

Color convert

RGB161150133-
CMYK00.070.170.37
HSL36.43º12.96%57.65%-
HSV(B)36.43º17.39%63.14%-
XYZ29.8431.0826.62-
YUV151.35117.64134.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=36.26%
G=33.78%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115013300.070.170.3736.4312.9657.65
HexA1968507112524d3a
Octal241226205072145441572
Binary1010000110010110100001010111100011001011001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19685; }

 p { color: rgb(161,150,133); }

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

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

 a { background-color: rgb(161,150,133); }

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

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

 span { border-color: rgb(161,150,133); }

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