#A8896F

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

Shades of Mongoose #A8896F

Tints of Mongoose #A8896F

Color information

#A8896F (or 0xA8896F) is unknown color: approx Mongoose. HEX triplet: A8, 89 and 6F. RGB value is (168,137,111). Sum of RGB (Red+Green+Blue) = 168+137+111=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8896F is #577690. Grayscale: #8F8F8F. Windows color (decimal): -5731985 or 7309736. OLE color: 7309736.

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

Color convert

RGB168137111-
CMYK00.180.340.34
HSL27.37º24.68%54.71%-
HSV(B)27.37º33.93%65.88%-
XYZ27.9627.3618.85-
YUV143.3109.77145.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=40.38%
G=32.93%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813711100.180.340.3427.3724.6854.71
HexA8896F01222221b1937
Octal2502111570224242333167
Binary101010001000100111011110100101000101000101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8896F; }

 p { color: rgb(168,137,111); }

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

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

 a { background-color: rgb(168,137,111); }

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

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

 span { border-color: rgb(168,137,111); }

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