#A08870

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

Shades of Mongoose #A08870

Tints of Mongoose #A08870

Color information

#A08870 (or 0xA08870) is unknown color: approx Mongoose. HEX triplet: A0, 88 and 70. RGB value is (160,136,112). Sum of RGB (Red+Green+Blue) = 160+136+112=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A08870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08870 is #5F778F. Grayscale: #8C8C8C. Windows color (decimal): -6256528 or 7375008. OLE color: 7375008.

HSL color Cylindrical-coordinate representation of color #A08870: hue angle of 30º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08870 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160136112-
CMYK00.150.300.37
HSL30º20.17%53.33%-
HSV(B)30º30%62.75%-
XYZ26.2326.2519.01-
YUV140.44111.95141.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=39.22%
G=33.33%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013611200.150.300.373020.1753.33
HexA088700F1E251e1435
Octal2402101600173645362465
Binary1010000010001000111000001111111101001011111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08870; }

 p { color: rgb(160,136,112); }

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

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

 a { background-color: rgb(160,136,112); }

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

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

 span { border-color: rgb(160,136,112); }

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