#A18770

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

Shades of Mongoose #A18770

Tints of Mongoose #A18770

Color information

#A18770 (or 0xA18770) is unknown color: approx Mongoose. HEX triplet: A1, 87 and 70. RGB value is (161,135,112). Sum of RGB (Red+Green+Blue) = 161+135+112=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18770 is #5E788F. Grayscale: #8C8C8C. Windows color (decimal): -6191248 or 7374753. OLE color: 7374753.

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

Color convert

RGB161135112-
CMYK00.160.300.37
HSL28.16º20.68%53.53%-
HSV(B)28.16º30.43%63.14%-
XYZ26.2926.0718.98-
YUV140.15112.11142.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=39.46%
G=33.09%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113511200.160.300.3728.1620.6853.53
HexA187700101E251c1536
Octal2412071600203645342566
Binary10100001100001111110000010000111101001011110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18770; }

 p { color: rgb(161,135,112); }

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

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

 a { background-color: rgb(161,135,112); }

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

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

 span { border-color: rgb(161,135,112); }

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