#A78B6F

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

Shades of Mongoose #A78B6F

Tints of Mongoose #A78B6F

Color information

#A78B6F (or 0xA78B6F) is unknown color: approx Mongoose. HEX triplet: A7, 8B and 6F. RGB value is (167,139,111). Sum of RGB (Red+Green+Blue) = 167+139+111=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B6F is #587490. Grayscale: #909090. Windows color (decimal): -5797009 or 7310247. OLE color: 7310247.

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

Color convert

RGB167139111-
CMYK00.170.340.35
HSL30º24.14%54.51%-
HSV(B)30º33.53%65.49%-
XYZ28.0427.8318.93-
YUV144.18109.28144.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=40.05%
G=33.33%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713911100.170.340.353024.1454.51
HexA78B6F01122231e1837
Octal2472131570214243363067
Binary101001111000101111011110100011000101000111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78B6F; }

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

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

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

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

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

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

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

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