#A6906D

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

Shades of Mongoose #A6906D

Tints of Mongoose #A6906D

Color information

#A6906D (or 0xA6906D) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 6D. RGB value is (166,144,109). Sum of RGB (Red+Green+Blue) = 166+144+109=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6906D is #596F92. Grayscale: #929292. Windows color (decimal): -5861267 or 7180454. OLE color: 7180454.

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

Color convert

RGB166144109-
CMYK00.130.340.35
HSL36.84º24.26%53.92%-
HSV(B)36.84º34.34%65.1%-
XYZ28.4629.1618.6-
YUV146.59106.79141.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=39.62%
G=34.37%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614410900.130.340.3536.8424.2653.92
HexA6906D0D2223251836
Octal2462201550154243453066
Binary101001101001000011011010110110001010001110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6906D; }

 p { color: rgb(166,144,109); }

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

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

 a { background-color: rgb(166,144,109); }

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

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

 span { border-color: rgb(166,144,109); }

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