#A68C72

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

Shades of Mongoose #A68C72

Tints of Mongoose #A68C72

Color information

#A68C72 (or 0xA68C72) is unknown color: approx Mongoose. HEX triplet: A6, 8C and 72. RGB value is (166,140,114). Sum of RGB (Red+Green+Blue) = 166+140+114=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C72 is #59738D. Grayscale: #909090. Windows color (decimal): -5862286 or 7507110. OLE color: 7507110.

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

Color convert

RGB166140114-
CMYK00.160.310.35
HSL30º22.61%54.9%-
HSV(B)30º31.33%65.1%-
XYZ28.1428.0819.86-
YUV144.81110.61143.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=39.52%
G=33.33%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614011400.160.310.353022.6154.9
HexA68C720101F231e1737
Octal2462141620203743362767
Binary10100110100011001110010010000111111000111111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C72; }

 p { color: rgb(166,140,114); }

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

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

 a { background-color: rgb(166,140,114); }

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

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

 span { border-color: rgb(166,140,114); }

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