#A6896C

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

Shades of Mongoose #A6896C

Tints of Mongoose #A6896C

Color information

#A6896C (or 0xA6896C) is unknown color: approx Mongoose. HEX triplet: A6, 89 and 6C. RGB value is (166,137,108). Sum of RGB (Red+Green+Blue) = 166+137+108=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6896C is #597693. Grayscale: #8E8E8E. Windows color (decimal): -5863060 or 7113126. OLE color: 7113126.

HSL color Cylindrical-coordinate representation of color #A6896C: hue angle of 30º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6896C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB166137108-
CMYK00.170.350.35
HSL30º24.58%53.73%-
HSV(B)30º34.94%65.1%-
XYZ27.3827.0817.97-
YUV142.36108.61144.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=40.39%
G=33.33%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613710800.170.350.353024.5853.73
HexA6896C01123231e1936
Octal2462111540214343363166
Binary101001101000100111011000100011000111000111111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6896C; }

 p { color: rgb(166,137,108); }

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

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

 a { background-color: rgb(166,137,108); }

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

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

 span { border-color: rgb(166,137,108); }

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