#A68E69

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

Shades of Mongoose #A68E69

Tints of Mongoose #A68E69

Color information

#A68E69 (or 0xA68E69) is unknown color: approx Mongoose. HEX triplet: A6, 8E and 69. RGB value is (166,142,105). Sum of RGB (Red+Green+Blue) = 166+142+105=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68E69 is #597196. Grayscale: #919191. Windows color (decimal): -5861783 or 6917798. OLE color: 6917798.

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

Color convert

RGB166142105-
CMYK00.140.370.35
HSL36.39º25.52%53.14%-
HSV(B)36.39º36.75%65.1%-
XYZ27.9528.4717.39-
YUV144.96105.45143.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=40.19%
G=34.38%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614210500.140.370.3536.3925.5253.14
HexA68E690E2523241a35
Octal2462161510164543443265
Binary101001101000111011010010111010010110001110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E69; }

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

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

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

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

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

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

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

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