#A68E71

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

Shades of Mongoose #A68E71

Tints of Mongoose #A68E71

Color information

#A68E71 (or 0xA68E71) is unknown color: approx Mongoose. HEX triplet: A6, 8E and 71. RGB value is (166,142,113). Sum of RGB (Red+Green+Blue) = 166+142+113=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E71 is #59718E. Grayscale: #929292. Windows color (decimal): -5861775 or 7442086. OLE color: 7442086.

HSL color Cylindrical-coordinate representation of color #A68E71: hue angle of 32.83º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A68E71 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB166142113-
CMYK00.140.320.35
HSL32.83º22.94%54.71%-
HSV(B)32.83º31.93%65.1%-
XYZ28.3828.6519.66-
YUV145.87109.45142.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=39.43%
G=33.73%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614211300.140.320.3532.8322.9454.71
HexA68E710E2023211737
Octal2462161610164043412767
Binary101001101000111011100010111010000010001110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E71; }

 p { color: rgb(166,142,113); }

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

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

 a { background-color: rgb(166,142,113); }

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

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

 span { border-color: rgb(166,142,113); }

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