#A6916C

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

Shades of Mongoose #A6916C

Tints of Mongoose #A6916C

Color information

#A6916C (or 0xA6916C) is unknown color: approx Mongoose. HEX triplet: A6, 91 and 6C. RGB value is (166,145,108). Sum of RGB (Red+Green+Blue) = 166+145+108=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6916C is #596E93. Grayscale: #939393. Windows color (decimal): -5861012 or 7115174. OLE color: 7115174.

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

Color convert

RGB166145108-
CMYK00.130.350.35
HSL38.28º24.58%53.73%-
HSV(B)38.28º34.94%65.1%-
XYZ28.5629.4418.36-
YUV147.06105.96141.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=39.62%
G=34.61%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614510800.130.350.3538.2824.5853.73
HexA6916C0D2323261936
Octal2462211540154343463166
Binary101001101001000111011000110110001110001110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6916C; }

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

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

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

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

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

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

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

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