#A08D78

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

Shades of Mongoose #A08D78

Tints of Mongoose #A08D78

Color information

#A08D78 (or 0xA08D78) is unknown color: approx Mongoose. HEX triplet: A0, 8D and 78. RGB value is (160,141,120). Sum of RGB (Red+Green+Blue) = 160+141+120=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D78 is #5F7287. Grayscale: #909090. Windows color (decimal): -6255240 or 7900576. OLE color: 7900576.

HSL color Cylindrical-coordinate representation of color #A08D78: hue angle of 31.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08D78 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB160141120-
CMYK00.120.250.37
HSL31.5º17.39%54.9%-
HSV(B)31.5º25%62.75%-
XYZ27.4127.8821.71-
YUV144.29114.29139.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=38.00%
G=33.49%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014112000.120.250.3731.517.3954.9
HexA08D780C1925201137
Octal2402151700143145402167
Binary10100000100011011111000011001100110010110000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D78; }

 p { color: rgb(160,141,120); }

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

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

 a { background-color: rgb(160,141,120); }

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

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

 span { border-color: rgb(160,141,120); }

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