#A0917F

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

Shades of Malta #A0917F

Tints of Malta #A0917F

Color information

#A0917F (or 0xA0917F) is unknown color: approx Malta. HEX triplet: A0, 91 and 7F. RGB value is (160,145,127). Sum of RGB (Red+Green+Blue) = 160+145+127=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0917F is #5F6E80. Grayscale: #939393. Windows color (decimal): -6254209 or 8360352. OLE color: 8360352.

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

Color convert

RGB160145127-
CMYK00.090.210.37
HSL32.73º14.8%56.27%-
HSV(B)32.73º20.62%62.75%-
XYZ28.4529.2624.23-
YUV147.43116.47136.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 127 (50% from 255) = 29.40%
R=37.04%
G=33.56%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014512700.090.210.3732.7314.856.27
HexA0917F09152521f38
Octal2402211770112545411770
Binary1010000010010001111111101001101011001011000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0917F; }

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

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

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

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

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

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

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

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