#A78F6F

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

Shades of Mongoose #A78F6F

Tints of Mongoose #A78F6F

Color information

#A78F6F (or 0xA78F6F) is unknown color: approx Mongoose. HEX triplet: A7, 8F and 6F. RGB value is (167,143,111). Sum of RGB (Red+Green+Blue) = 167+143+111=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F6F is #587090. Grayscale: #929292. Windows color (decimal): -5795985 or 7311271. OLE color: 7311271.

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

Color convert

RGB167143111-
CMYK00.140.340.35
HSL34.29º24.14%54.51%-
HSV(B)34.29º33.53%65.49%-
XYZ28.6329.0119.13-
YUV146.53107.95142.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=39.67%
G=33.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714311100.140.340.3534.2924.1454.51
HexA78F6F0E2223221837
Octal2472171570164243423067
Binary101001111000111111011110111010001010001110001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F6F; }

 p { color: rgb(167,143,111); }

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

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

 a { background-color: rgb(167,143,111); }

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

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

 span { border-color: rgb(167,143,111); }

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