#A78C72

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

Shades of Mongoose #A78C72

Tints of Mongoose #A78C72

Color information

#A78C72 (or 0xA78C72) is unknown color: approx Mongoose. HEX triplet: A7, 8C and 72. RGB value is (167,140,114). Sum of RGB (Red+Green+Blue) = 167+140+114=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C72 is #58738D. Grayscale: #919191. Windows color (decimal): -5796750 or 7507111. OLE color: 7507111.

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

Color convert

RGB167140114-
CMYK00.160.320.35
HSL29.43º23.14%55.1%-
HSV(B)29.43º31.74%65.49%-
XYZ28.3528.1919.87-
YUV145.11110.45143.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=39.67%
G=33.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714011400.160.320.3529.4323.1455.1
HexA78C7201020231d1737
Octal2472141620204043352767
Binary101001111000110011100100100001000001000111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C72; }

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

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

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

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

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

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

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

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