#A6906E

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

Shades of Mongoose #A6906E

Tints of Mongoose #A6906E

Color information

#A6906E (or 0xA6906E) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 6E. RGB value is (166,144,110). Sum of RGB (Red+Green+Blue) = 166+144+110=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6906E is #596F91. Grayscale: #929292. Windows color (decimal): -5861266 or 7245990. OLE color: 7245990.

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

Color convert

RGB166144110-
CMYK00.130.340.35
HSL36.43º23.93%54.12%-
HSV(B)36.43º33.73%65.1%-
XYZ28.5129.1818.88-
YUV146.7107.29141.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=39.52%
G=34.29%
B=26.19%

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
Decimal16614411000.130.340.3536.4323.9354.12
HexA6906E0D2223241836
Octal2462201560154243443066
Binary101001101001000011011100110110001010001110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6906E; }

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

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

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

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

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

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

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

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