#A8896E

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

Shades of Mongoose #A8896E

Tints of Mongoose #A8896E

Color information

#A8896E (or 0xA8896E) is unknown color: approx Mongoose. HEX triplet: A8, 89 and 6E. RGB value is (168,137,110). Sum of RGB (Red+Green+Blue) = 168+137+110=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8896E is #577691. Grayscale: #8F8F8F. Windows color (decimal): -5731986 or 7244200. OLE color: 7244200.

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

Color convert

RGB168137110-
CMYK00.180.350.34
HSL27.93º25%54.51%-
HSV(B)27.93º34.52%65.88%-
XYZ27.9127.3418.56-
YUV143.19109.27145.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=40.48%
G=33.01%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813711000.180.350.3427.932554.51
HexA8896E01223221c1937
Octal2502111560224342343167
Binary101010001000100111011100100101000111000101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8896E; }

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

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

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

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

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

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

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

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