#A69071

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

Shades of Mongoose #A69071

Tints of Mongoose #A69071

Color information

#A69071 (or 0xA69071) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 71. RGB value is (166,144,113). Sum of RGB (Red+Green+Blue) = 166+144+113=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69071 is #596F8E. Grayscale: #939393. Windows color (decimal): -5861263 or 7442598. OLE color: 7442598.

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

Color convert

RGB166144113-
CMYK00.130.320.35
HSL35.09º22.94%54.71%-
HSV(B)35.09º31.93%65.1%-
XYZ28.6829.2519.76-
YUV147.04108.79141.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=39.24%
G=34.04%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614411300.130.320.3535.0922.9454.71
HexA690710D2023231737
Octal2462201610154043432767
Binary101001101001000011100010110110000010001110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69071; }

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

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

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

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

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

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

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

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