#A88A6E

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

Shades of Mongoose #A88A6E

Tints of Mongoose #A88A6E

Color information

#A88A6E (or 0xA88A6E) is unknown color: approx Mongoose. HEX triplet: A8, 8A and 6E. RGB value is (168,138,110). Sum of RGB (Red+Green+Blue) = 168+138+110=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A6E is #577591. Grayscale: #8F8F8F. Windows color (decimal): -5731730 or 7244456. OLE color: 7244456.

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

Color convert

RGB168138110-
CMYK00.180.350.34
HSL28.97º25%54.51%-
HSV(B)28.97º34.52%65.88%-
XYZ28.0527.6318.61-
YUV143.78108.94145.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=40.38%
G=33.17%
B=26.44%

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
Decimal16813811000.180.350.3428.972554.51
HexA88A6E01223221d1937
Octal2502121560224342353167
Binary101010001000101011011100100101000111000101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A6E; }

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

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

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

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

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

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

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

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