#A69074

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

Shades of Mongoose #A69074

Tints of Mongoose #A69074

Color information

#A69074 (or 0xA69074) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 74. RGB value is (166,144,116). Sum of RGB (Red+Green+Blue) = 166+144+116=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69074 is #596F8B. Grayscale: #939393. Windows color (decimal): -5861260 or 7639206. OLE color: 7639206.

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

Color convert

RGB166144116-
CMYK00.130.300.35
HSL33.6º21.93%55.29%-
HSV(B)33.6º30.12%65.1%-
XYZ28.8529.3120.66-
YUV147.39110.29141.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=38.97%
G=33.80%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614411600.130.300.3533.621.9355.29
HexA690740D1E23221637
Octal2462201640153643422667
Binary10100110100100001110100011011111010001110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69074; }

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

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

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

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

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

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

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

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