#A68A71

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

Shades of Mongoose #A68A71

Tints of Mongoose #A68A71

Color information

#A68A71 (or 0xA68A71) is unknown color: approx Mongoose. HEX triplet: A6, 8A and 71. RGB value is (166,138,113). Sum of RGB (Red+Green+Blue) = 166+138+113=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A71 is #59758E. Grayscale: #8F8F8F. Windows color (decimal): -5862799 or 7441062. OLE color: 7441062.

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

Color convert

RGB166138113-
CMYK00.170.320.35
HSL28.3º22.94%54.71%-
HSV(B)28.3º31.93%65.1%-
XYZ27.827.4819.46-
YUV143.52110.78144.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=39.81%
G=33.09%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613811300.170.320.3528.322.9454.71
HexA68A7101120231c1737
Octal2462121610214043342767
Binary101001101000101011100010100011000001000111110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A71; }

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

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

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

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

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

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

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

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