#A8886F

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

Shades of Mongoose #A8886F

Tints of Mongoose #A8886F

Color information

#A8886F (or 0xA8886F) is unknown color: approx Mongoose. HEX triplet: A8, 88 and 6F. RGB value is (168,136,111). Sum of RGB (Red+Green+Blue) = 168+136+111=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8886F is #577790. Grayscale: #8E8E8E. Windows color (decimal): -5732241 or 7309480. OLE color: 7309480.

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

Color convert

RGB168136111-
CMYK00.190.340.34
HSL26.32º24.68%54.71%-
HSV(B)26.32º33.93%65.88%-
XYZ27.8227.0818.8-
YUV142.72110.1146.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=40.48%
G=32.77%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813611100.190.340.3426.3224.6854.71
HexA8886F01322221a1937
Octal2502101570234242323167
Binary101010001000100011011110100111000101000101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8886F; }

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

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

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

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

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

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

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

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