#A68871

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

Shades of Mongoose #A68871

Tints of Mongoose #A68871

Color information

#A68871 (or 0xA68871) is unknown color: approx Mongoose. HEX triplet: A6, 88 and 71. RGB value is (166,136,113). Sum of RGB (Red+Green+Blue) = 166+136+113=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68871 is #59778E. Grayscale: #8E8E8E. Windows color (decimal): -5863311 or 7440550. OLE color: 7440550.

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

Color convert

RGB166136113-
CMYK00.180.320.35
HSL26.04º22.94%54.71%-
HSV(B)26.04º31.93%65.1%-
XYZ27.5126.9119.37-
YUV142.35111.44144.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=40%
G=32.77%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613611300.180.320.3526.0422.9454.71
HexA6887101220231a1737
Octal2462101610224043322767
Binary101001101000100011100010100101000001000111101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68871; }

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

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

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

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

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

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

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

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