#a88e6d

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

Shades of Mongoose #A88E6D

Tints of Mongoose #A88E6D

Color information

#A88E6D (or 0xA88E6D) is unknown color: approx Mongoose. HEX triplet: A8, 8E and 6D. RGB value is (168,142,109). Sum of RGB (Red+Green+Blue) = 168+142+109=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E6D is #577192. Grayscale: #929292. Windows color (decimal): -5730707 or 7179944. OLE color: 7179944.

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

Color convert

RGB168142109-
CMYK00.150.350.34
HSL33.56º25.32%54.31%-
HSV(B)33.56º35.12%65.88%-
XYZ28.5828.7718.52-
YUV146.01107.11143.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=40.10%
G=33.89%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814210900.150.350.3433.5625.3254.31
HexA88E6D0F2322221936
Octal2502161550174342423166
Binary101010001000111011011010111110001110001010001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88e6d; }

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

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

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

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

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

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

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

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