#A18A6E

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

Shades of Mongoose #A18A6E

Tints of Mongoose #A18A6E

Color information

#A18A6E (or 0xA18A6E) is unknown color: approx Mongoose. HEX triplet: A1, 8A and 6E. RGB value is (161,138,110). Sum of RGB (Red+Green+Blue) = 161+138+110=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A6E is #5E7591. Grayscale: #8D8D8D. Windows color (decimal): -6190482 or 7244449. OLE color: 7244449.

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

Color convert

RGB161138110-
CMYK00.140.320.37
HSL32.94º21.34%53.14%-
HSV(B)32.94º31.68%63.14%-
XYZ26.626.8818.54-
YUV141.68110.12141.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=39.36%
G=33.74%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113811000.140.320.3732.9421.3453.14
HexA18A6E0E2025211535
Octal2412121560164045412565
Binary101000011000101011011100111010000010010110000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A6E; }

 p { color: rgb(161,138,110); }

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

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

 a { background-color: rgb(161,138,110); }

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

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

 span { border-color: rgb(161,138,110); }

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