#A78C6F

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

Shades of Mongoose #A78C6F

Tints of Mongoose #A78C6F

Color information

#A78C6F (or 0xA78C6F) is unknown color: approx Mongoose. HEX triplet: A7, 8C and 6F. RGB value is (167,140,111). Sum of RGB (Red+Green+Blue) = 167+140+111=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C6F is #587390. Grayscale: #909090. Windows color (decimal): -5796753 or 7310503. OLE color: 7310503.

HSL color Cylindrical-coordinate representation of color #A78C6F: hue angle of 31.07º 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 #A78C6F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB167140111-
CMYK00.160.340.35
HSL31.07º24.14%54.51%-
HSV(B)31.07º33.53%65.49%-
XYZ28.1828.1218.98-
YUV144.77108.95143.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=39.95%
G=33.49%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714011100.160.340.3531.0724.1454.51
HexA78C6F01022231f1837
Octal2472141570204243373067
Binary101001111000110011011110100001000101000111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C6F; }

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

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

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

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

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

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

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

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