#A68771

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

Shades of Mongoose #A68771

Tints of Mongoose #A68771

Color information

#A68771 (or 0xA68771) is unknown color: approx Mongoose. HEX triplet: A6, 87 and 71. RGB value is (166,135,113). Sum of RGB (Red+Green+Blue) = 166+135+113=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68771 is #59788E. Grayscale: #8D8D8D. Windows color (decimal): -5863567 or 7440294. OLE color: 7440294.

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

Color convert

RGB166135113-
CMYK00.190.320.35
HSL24.91º22.94%54.71%-
HSV(B)24.91º31.93%65.1%-
XYZ27.3726.6319.32-
YUV141.76111.77145.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=40.10%
G=32.61%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613511300.190.320.3524.9122.9454.71
HexA687710132023191737
Octal2462071610234043312767
Binary101001101000011111100010100111000001000111100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68771; }

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

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

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

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

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

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

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

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