#A69065

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

Shades of Mongoose #A69065

Tints of Mongoose #A69065

Color information

#A69065 (or 0xA69065) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 65. RGB value is (166,144,101). Sum of RGB (Red+Green+Blue) = 166+144+101=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69065 is #596F9A. Grayscale: #919191. Windows color (decimal): -5861275 or 6656166. OLE color: 6656166.

HSL color Cylindrical-coordinate representation of color #A69065: hue angle of 39.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69065 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB166144101-
CMYK00.130.390.35
HSL39.69º26.75%52.35%-
HSV(B)39.69º39.16%65.1%-
XYZ28.0528.9916.43-
YUV145.68102.79142.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=40.39%
G=35.04%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614410100.130.390.3539.6926.7552.35
HexA690650D2723281b34
Octal2462201450154743503364
Binary101001101001000011001010110110011110001110100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69065; }

 p { color: rgb(166,144,101); }

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

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

 a { background-color: rgb(166,144,101); }

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

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

 span { border-color: rgb(166,144,101); }

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