#A78A6E

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

Shades of Mongoose #A78A6E

Tints of Mongoose #A78A6E

Color information

#A78A6E (or 0xA78A6E) is unknown color: approx Mongoose. HEX triplet: A7, 8A and 6E. RGB value is (167,138,110). Sum of RGB (Red+Green+Blue) = 167+138+110=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A6E is #587591. Grayscale: #8F8F8F. Windows color (decimal): -5797266 or 7244455. OLE color: 7244455.

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

Color convert

RGB167138110-
CMYK00.170.340.35
HSL29.47º24.46%54.31%-
HSV(B)29.47º34.13%65.49%-
XYZ27.8427.5218.6-
YUV143.48109.11144.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=40.24%
G=33.25%
B=26.51%

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
Decimal16713811000.170.340.3529.4724.4654.31
HexA78A6E01122231d1836
Octal2472121560214243353066
Binary101001111000101011011100100011000101000111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A6E; }

 p { color: rgb(167,138,110); }

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

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

 a { background-color: rgb(167,138,110); }

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

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

 span { border-color: rgb(167,138,110); }

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