#A08B73

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

Shades of Mongoose #A08B73

Tints of Mongoose #A08B73

Color information

#A08B73 (or 0xA08B73) is unknown color: approx Mongoose. HEX triplet: A0, 8B and 73. RGB value is (160,139,115). Sum of RGB (Red+Green+Blue) = 160+139+115=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B73 is #5F748C. Grayscale: #8E8E8E. Windows color (decimal): -6255757 or 7572384. OLE color: 7572384.

HSL color Cylindrical-coordinate representation of color #A08B73: hue angle of 32º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08B73 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB160139115-
CMYK00.130.280.37
HSL32º19.15%53.92%-
HSV(B)32º28.12%62.75%-
XYZ26.8227.1820.05-
YUV142.54112.46140.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=38.65%
G=33.57%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013911500.130.280.373219.1553.92
HexA08B730D1C25201336
Octal2402131630153445402366
Binary10100000100010111110011011011110010010110000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B73; }

 p { color: rgb(160,139,115); }

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

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

 a { background-color: rgb(160,139,115); }

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

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

 span { border-color: rgb(160,139,115); }

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