#A68E70

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

Shades of Mongoose #A68E70

Tints of Mongoose #A68E70

Color information

#A68E70 (or 0xA68E70) is unknown color: approx Mongoose. HEX triplet: A6, 8E and 70. RGB value is (166,142,112). Sum of RGB (Red+Green+Blue) = 166+142+112=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E70 is #59718F. Grayscale: #919191. Windows color (decimal): -5861776 or 7376550. OLE color: 7376550.

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

Color convert

RGB166142112-
CMYK00.140.330.35
HSL33.33º23.28%54.51%-
HSV(B)33.33º32.53%65.1%-
XYZ28.3228.6219.36-
YUV145.76108.95142.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=39.52%
G=33.81%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614211200.140.330.3533.3323.2854.51
HexA68E700E2123211737
Octal2462161600164143412767
Binary101001101000111011100000111010000110001110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E70; }

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

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

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

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

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

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

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

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