#A7916F

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

Shades of Mongoose #A7916F

Tints of Mongoose #A7916F

Color information

#A7916F (or 0xA7916F) is unknown color: approx Mongoose. HEX triplet: A7, 91 and 6F. RGB value is (167,145,111). Sum of RGB (Red+Green+Blue) = 167+145+111=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7916F is #586E90. Grayscale: #939393. Windows color (decimal): -5795473 or 7311783. OLE color: 7311783.

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

Color convert

RGB167145111-
CMYK00.130.340.35
HSL36.43º24.14%54.51%-
HSV(B)36.43º33.53%65.49%-
XYZ28.9329.6119.23-
YUV147.7107.29141.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=39.48%
G=34.28%
B=26.24%

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
Decimal16714511100.130.340.3536.4324.1454.51
HexA7916F0D2223241837
Octal2472211570154243443067
Binary101001111001000111011110110110001010001110010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7916F; }

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

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

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

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

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

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

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

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