#A6886F

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

Shades of Mongoose #A6886F

Tints of Mongoose #A6886F

Color information

#A6886F (or 0xA6886F) is unknown color: approx Mongoose. HEX triplet: A6, 88 and 6F. RGB value is (166,136,111). Sum of RGB (Red+Green+Blue) = 166+136+111=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A6886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6886F is #597790. Grayscale: #8E8E8E. Windows color (decimal): -5863313 or 7309478. OLE color: 7309478.

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

Color convert

RGB166136111-
CMYK00.180.330.35
HSL27.27º23.61%54.31%-
HSV(B)27.27º33.13%65.1%-
XYZ27.426.8618.78-
YUV142.12110.44145.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=40.19%
G=32.93%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613611100.180.330.3527.2723.6154.31
HexA6886F01221231b1836
Octal2462101570224143333066
Binary101001101000100011011110100101000011000111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6886F; }

 p { color: rgb(166,136,111); }

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

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

 a { background-color: rgb(166,136,111); }

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

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

 span { border-color: rgb(166,136,111); }

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