#A79166

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

Shades of Mongoose #A79166

Tints of Mongoose #A79166

Color information

#A79166 (or 0xA79166) is unknown color: approx Mongoose. HEX triplet: A7, 91 and 66. RGB value is (167,145,102). Sum of RGB (Red+Green+Blue) = 167+145+102=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A79166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79166 is #586E99. Grayscale: #929292. Windows color (decimal): -5795482 or 6721959. OLE color: 6721959.

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

Color convert

RGB167145102-
CMYK00.130.390.35
HSL39.69º26.97%52.75%-
HSV(B)39.69º38.92%65.49%-
XYZ28.4629.4316.75-
YUV146.68102.79142.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=40.34%
G=35.02%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714510200.130.390.3539.6926.9752.75
HexA791660D2723281b35
Octal2472211460154743503365
Binary101001111001000111001100110110011110001110100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79166; }

 p { color: rgb(167,145,102); }

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

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

 a { background-color: rgb(167,145,102); }

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

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

 span { border-color: rgb(167,145,102); }

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