#A79275

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

Shades of Mongoose #A79275

Tints of Mongoose #A79275

Color information

#A79275 (or 0xA79275) is unknown color: approx Mongoose. HEX triplet: A7, 92 and 75. RGB value is (167,146,117). Sum of RGB (Red+Green+Blue) = 167+146+117=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A79275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79275 is #586D8A. Grayscale: #959595. Windows color (decimal): -5795211 or 7705255. OLE color: 7705255.

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

Color convert

RGB167146117-
CMYK00.130.300.35
HSL34.8º22.12%55.69%-
HSV(B)34.8º29.94%65.49%-
XYZ29.4330.0621.08-
YUV148.97109.96140.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=38.84%
G=33.95%
B=27.21%

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
Decimal16714611700.130.300.3534.822.1255.69
HexA792750D1E23231638
Octal2472221650153643432670
Binary10100111100100101110101011011111010001110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79275; }

 p { color: rgb(167,146,117); }

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

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

 a { background-color: rgb(167,146,117); }

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

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

 span { border-color: rgb(167,146,117); }

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