#A8916D

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

Shades of Mongoose #A8916D

Tints of Mongoose #A8916D

Color information

#A8916D (or 0xA8916D) is unknown color: approx Mongoose. HEX triplet: A8, 91 and 6D. RGB value is (168,145,109). Sum of RGB (Red+Green+Blue) = 168+145+109=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8916D is #576E92. Grayscale: #939393. Windows color (decimal): -5729939 or 7180712. OLE color: 7180712.

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

Color convert

RGB168145109-
CMYK00.140.350.34
HSL36.61º25.32%54.31%-
HSV(B)36.61º35.12%65.88%-
XYZ29.0329.6818.67-
YUV147.77106.12142.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=39.81%
G=34.36%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814510900.140.350.3436.6125.3254.31
HexA8916D0E2322251936
Octal2502211550164342453166
Binary101010001001000111011010111010001110001010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8916D; }

 p { color: rgb(168,145,109); }

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

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

 a { background-color: rgb(168,145,109); }

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

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

 span { border-color: rgb(168,145,109); }

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