#A1917F

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

Shades of Malta #A1917F

Tints of Malta #A1917F

Color information

#A1917F (or 0xA1917F) is unknown color: approx Malta. HEX triplet: A1, 91 and 7F. RGB value is (161,145,127). Sum of RGB (Red+Green+Blue) = 161+145+127=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1917F is #5E6E80. Grayscale: #939393. Windows color (decimal): -6188673 or 8360353. OLE color: 8360353.

HSL color Cylindrical-coordinate representation of color #A1917F: hue angle of 31.76º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1917F is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB161145127-
CMYK00.100.210.37
HSL31.76º15.32%56.47%-
HSV(B)31.76º21.12%63.14%-
XYZ28.6529.3624.24-
YUV147.73116.3137.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 127 (50% from 255) = 29.33%
R=37.18%
G=33.49%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114512700.100.210.3731.7615.3256.47
HexA1917F0A152520f38
Octal2412211770122545401770
Binary1010000110010001111111101010101011001011000001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1917F; }

 p { color: rgb(161,145,127); }

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

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

 a { background-color: rgb(161,145,127); }

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

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

 span { border-color: rgb(161,145,127); }

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