#A0886F

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

Shades of Mongoose #A0886F

Tints of Mongoose #A0886F

Color information

#A0886F (or 0xA0886F) is unknown color: approx Mongoose. HEX triplet: A0, 88 and 6F. RGB value is (160,136,111). Sum of RGB (Red+Green+Blue) = 160+136+111=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0886F is #5F7790. Grayscale: #8C8C8C. Windows color (decimal): -6256529 or 7309472. OLE color: 7309472.

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

Color convert

RGB160136111-
CMYK00.150.310.37
HSL30.61º20.5%53.14%-
HSV(B)30.61º30.63%62.75%-
XYZ26.1726.2318.72-
YUV140.33111.45142.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=39.31%
G=33.42%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013611100.150.310.3730.6120.553.14
HexA0886F0F1F251f1535
Octal2402101570173745372565
Binary1010000010001000110111101111111111001011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0886F; }

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

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

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

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

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

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

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

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