#A69064

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

Shades of Mongoose #A69064

Tints of Mongoose #A69064

Color information

#A69064 (or 0xA69064) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 64. RGB value is (166,144,100). Sum of RGB (Red+Green+Blue) = 166+144+100=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A69064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69064 is #596F9B. Grayscale: #919191. Windows color (decimal): -5861276 or 6590630. OLE color: 6590630.

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

Color convert

RGB166144100-
CMYK00.130.400.35
HSL40º27.05%52.16%-
HSV(B)40º39.76%65.1%-
XYZ2828.9716.17-
YUV145.56102.29142.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=40.49%
G=35.12%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614410000.130.400.354027.0552.16
HexA690640D2823281b34
Octal2462201440155043503364
Binary101001101001000011001000110110100010001110100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69064; }

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

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

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

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

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

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

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

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