#A18B6C

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

Shades of Mongoose #A18B6C

Tints of Mongoose #A18B6C

Color information

#A18B6C (or 0xA18B6C) is unknown color: approx Mongoose. HEX triplet: A1, 8B and 6C. RGB value is (161,139,108). Sum of RGB (Red+Green+Blue) = 161+139+108=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B6C is #5E7493. Grayscale: #8E8E8E. Windows color (decimal): -6190228 or 7113633. OLE color: 7113633.

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

Color convert

RGB161139108-
CMYK00.140.330.37
HSL35.09º21.99%52.75%-
HSV(B)35.09º32.92%63.14%-
XYZ26.6427.1318.02-
YUV142.04108.79141.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=39.46%
G=34.07%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113910800.140.330.3735.0921.9952.75
HexA18B6C0E2125231635
Octal2412131540164145432665
Binary101000011000101111011000111010000110010110001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B6C; }

 p { color: rgb(161,139,108); }

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

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

 a { background-color: rgb(161,139,108); }

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

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

 span { border-color: rgb(161,139,108); }

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