#A78670

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

Shades of Mongoose #A78670

Tints of Mongoose #A78670

Color information

#A78670 (or 0xA78670) is unknown color: approx Mongoose. HEX triplet: A7, 86 and 70. RGB value is (167,134,112). Sum of RGB (Red+Green+Blue) = 167+134+112=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A78670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78670 is #58798F. Grayscale: #8D8D8D. Windows color (decimal): -5798288 or 7374503. OLE color: 7374503.

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

Color convert

RGB167134112-
CMYK00.200.330.35
HSL24º23.81%54.71%-
HSV(B)24º32.93%65.49%-
XYZ27.3926.4418.99-
YUV141.36111.43146.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=40.44%
G=32.45%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713411200.200.330.352423.8154.71
HexA786700142123181837
Octal2472061600244143303067
Binary101001111000011011100000101001000011000111100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78670; }

 p { color: rgb(167,134,112); }

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

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

 a { background-color: rgb(167,134,112); }

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

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

 span { border-color: rgb(167,134,112); }

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