#A68E73

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

Shades of Mongoose #A68E73

Tints of Mongoose #A68E73

Color information

#A68E73 (or 0xA68E73) is unknown color: approx Mongoose. HEX triplet: A6, 8E and 73. RGB value is (166,142,115). Sum of RGB (Red+Green+Blue) = 166+142+115=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E73 is #59718C. Grayscale: #929292. Windows color (decimal): -5861773 or 7573158. OLE color: 7573158.

HSL color Cylindrical-coordinate representation of color #A68E73: hue angle of 31.76º degrees, saturation: 0.22, 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 #A68E73 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166142115-
CMYK00.140.310.35
HSL31.76º22.27%55.1%-
HSV(B)31.76º30.72%65.1%-
XYZ28.4928.6920.26-
YUV146.1110.45142.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=39.24%
G=33.57%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614211500.140.310.3531.7622.2755.1
HexA68E730E1F23201637
Octal2462161630163743402667
Binary10100110100011101110011011101111110001110000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E73; }

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

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

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

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

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

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

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

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