#A79270

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

Shades of Mongoose #A79270

Tints of Mongoose #A79270

Color information

#A79270 (or 0xA79270) is unknown color: approx Mongoose. HEX triplet: A7, 92 and 70. RGB value is (167,146,112). Sum of RGB (Red+Green+Blue) = 167+146+112=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A79270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79270 is #586D8F. Grayscale: #949494. Windows color (decimal): -5795216 or 7377575. OLE color: 7377575.

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

Color convert

RGB167146112-
CMYK00.130.330.35
HSL37.09º23.81%54.71%-
HSV(B)37.09º32.93%65.49%-
XYZ29.1429.9419.57-
YUV148.4107.46141.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=39.29%
G=34.35%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714611200.130.330.3537.0923.8154.71
HexA792700D2123251837
Octal2472221600154143453067
Binary101001111001001011100000110110000110001110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79270; }

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

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

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

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

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

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

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

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