#A8916A

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

Shades of Mongoose #A8916A

Tints of Mongoose #A8916A

Color information

#A8916A (or 0xA8916A) is unknown color: approx Mongoose. HEX triplet: A8, 91 and 6A. RGB value is (168,145,106). Sum of RGB (Red+Green+Blue) = 168+145+106=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A8916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8916A is #576E95. Grayscale: #939393. Windows color (decimal): -5729942 or 6984104. OLE color: 6984104.

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

Color convert

RGB168145106-
CMYK00.140.370.34
HSL37.74º26.27%53.73%-
HSV(B)37.74º36.9%65.88%-
XYZ28.8829.6217.83-
YUV147.43104.62142.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=40.10%
G=34.61%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814510600.140.370.3437.7426.2753.73
HexA8916A0E2522261a36
Octal2502211520164542463266
Binary101010001001000111010100111010010110001010011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8916A; }

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

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

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

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

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

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

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

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