#A68D6F

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

Shades of Mongoose #A68D6F

Tints of Mongoose #A68D6F

Color information

#A68D6F (or 0xA68D6F) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 6F. RGB value is (166,141,111). Sum of RGB (Red+Green+Blue) = 166+141+111=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D6F is #597290. Grayscale: #919191. Windows color (decimal): -5862033 or 7310758. OLE color: 7310758.

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

Color convert

RGB166141111-
CMYK00.150.330.35
HSL32.73º23.61%54.31%-
HSV(B)32.73º33.13%65.1%-
XYZ28.1228.319.02-
YUV145.06108.78142.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=39.71%
G=33.73%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614111100.150.330.3532.7323.6154.31
HexA68D6F0F2123211836
Octal2462151570174143413066
Binary101001101000110111011110111110000110001110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D6F; }

 p { color: rgb(166,141,111); }

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

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

 a { background-color: rgb(166,141,111); }

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

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

 span { border-color: rgb(166,141,111); }

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