#A1AC9E

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

Shades of Mantle #A1AC9E

Tints of Mantle #A1AC9E

Color information

#A1AC9E (or 0xA1AC9E) is unknown color: approx Mantle. HEX triplet: A1, AC and 9E. RGB value is (161,172,158). Sum of RGB (Red+Green+Blue) = 161+172+158=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC9E is #5E5361. Grayscale: #A7A7A7. Windows color (decimal): -6181730 or 10398881. OLE color: 10398881.

HSL color Cylindrical-coordinate representation of color #A1AC9E: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AC9E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB161172158-
CMYK0.0600.080.33
HSL107.14º7.78%64.71%-
HSV(B)107.14º8.14%67.45%-
XYZ35.6239.5538.1-
YUV167.12122.86123.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=32.79%
G=35.03%
B=32.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721580.0600.080.33107.147.7864.71
HexA1AC9E608216b841
Octal24125423660104115310101
Binary10100001101011001001111011001000100001110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC9E; }

 p { color: rgb(161,172,158); }

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

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

 a { background-color: rgb(161,172,158); }

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

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

 span { border-color: rgb(161,172,158); }

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