#A6896F

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

Shades of Mongoose #A6896F

Tints of Mongoose #A6896F

Color information

#A6896F (or 0xA6896F) is unknown color: approx Mongoose. HEX triplet: A6, 89 and 6F. RGB value is (166,137,111). Sum of RGB (Red+Green+Blue) = 166+137+111=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A6896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6896F is #597690. Grayscale: #8E8E8E. Windows color (decimal): -5863057 or 7309734. OLE color: 7309734.

HSL color Cylindrical-coordinate representation of color #A6896F: hue angle of 28.36º 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 #A6896F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166137111-
CMYK00.170.330.35
HSL28.36º23.61%54.31%-
HSV(B)28.36º33.13%65.1%-
XYZ27.5427.1518.83-
YUV142.71110.11144.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=40.10%
G=33.09%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613711100.170.330.3528.3623.6154.31
HexA6896F01121231c1836
Octal2462111570214143343066
Binary101001101000100111011110100011000011000111110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6896F; }

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

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

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

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

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

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

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

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