#A79077

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

Shades of Mongoose #A79077

Tints of Mongoose #A79077

Color information

#A79077 (or 0xA79077) is unknown color: approx Mongoose. HEX triplet: A7, 90 and 77. RGB value is (167,144,119). Sum of RGB (Red+Green+Blue) = 167+144+119=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A79077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79077 is #586F88. Grayscale: #949494. Windows color (decimal): -5795721 or 7835815. OLE color: 7835815.

HSL color Cylindrical-coordinate representation of color #A79077: hue angle of 31.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A79077 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167144119-
CMYK00.140.290.35
HSL31.25º21.43%56.08%-
HSV(B)31.25º28.74%65.49%-
XYZ29.2429.4921.6-
YUV148.03111.62141.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=38.84%
G=33.49%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714411900.140.290.3531.2521.4356.08
HexA790770E1D231f1538
Octal2472201670163543372570
Binary1010011110010000111011101110111011000111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79077; }

 p { color: rgb(167,144,119); }

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

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

 a { background-color: rgb(167,144,119); }

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

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

 span { border-color: rgb(167,144,119); }

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