#A39076

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

Shades of Mongoose #A39076

Tints of Mongoose #A39076

Color information

#A39076 (or 0xA39076) is unknown color: approx Mongoose. HEX triplet: A3, 90 and 76. RGB value is (163,144,118). Sum of RGB (Red+Green+Blue) = 163+144+118=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A39076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39076 is #5C6F89. Grayscale: #929292. Windows color (decimal): -6057866 or 7770275. OLE color: 7770275.

HSL color Cylindrical-coordinate representation of color #A39076: hue angle of 34.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39076 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163144118-
CMYK00.120.280.36
HSL34.67º19.65%55.1%-
HSV(B)34.67º27.61%63.92%-
XYZ28.3529.0421.25-
YUV146.72111.79139.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=38.35%
G=33.88%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314411800.120.280.3634.6719.6555.1
HexA390760C1C24231437
Octal2432201660143444432467
Binary10100011100100001110110011001110010010010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39076; }

 p { color: rgb(163,144,118); }

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

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

 a { background-color: rgb(163,144,118); }

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

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

 span { border-color: rgb(163,144,118); }

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