#A68F6C

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

Shades of Mongoose #A68F6C

Tints of Mongoose #A68F6C

Color information

#A68F6C (or 0xA68F6C) is unknown color: approx Mongoose. HEX triplet: A6, 8F and 6C. RGB value is (166,143,108). Sum of RGB (Red+Green+Blue) = 166+143+108=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F6C is #597093. Grayscale: #929292. Windows color (decimal): -5861524 or 7114662. OLE color: 7114662.

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

Color convert

RGB166143108-
CMYK00.140.350.35
HSL36.21º24.58%53.73%-
HSV(B)36.21º34.94%65.1%-
XYZ28.2628.8318.26-
YUV145.89106.62142.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=39.81%
G=34.29%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614310800.140.350.3536.2124.5853.73
HexA68F6C0E2323241936
Octal2462171540164343443166
Binary101001101000111111011000111010001110001110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F6C; }

 p { color: rgb(166,143,108); }

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

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

 a { background-color: rgb(166,143,108); }

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

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

 span { border-color: rgb(166,143,108); }

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