#A8906D

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

Shades of Mongoose #A8906D

Tints of Mongoose #A8906D

Color information

#A8906D (or 0xA8906D) is unknown color: approx Mongoose. HEX triplet: A8, 90 and 6D. RGB value is (168,144,109). Sum of RGB (Red+Green+Blue) = 168+144+109=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8906D is #576F92. Grayscale: #939393. Windows color (decimal): -5730195 or 7180456. OLE color: 7180456.

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

Color convert

RGB168144109-
CMYK00.140.350.34
HSL35.59º25.32%54.31%-
HSV(B)35.59º35.12%65.88%-
XYZ28.8829.3818.62-
YUV147.19106.45142.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=39.90%
G=34.20%
B=25.89%

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
Decimal16814410900.140.350.3435.5925.3254.31
HexA8906D0E2322241936
Octal2502201550164342443166
Binary101010001001000011011010111010001110001010010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8906D; }

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

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

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

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

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

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

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

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