#A18974

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

Shades of Mongoose #A18974

Tints of Mongoose #A18974

Color information

#A18974 (or 0xA18974) is unknown color: approx Mongoose. HEX triplet: A1, 89 and 74. RGB value is (161,137,116). Sum of RGB (Red+Green+Blue) = 161+137+116=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A18974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18974 is #5E768B. Grayscale: #8D8D8D. Windows color (decimal): -6190732 or 7637409. OLE color: 7637409.

HSL color Cylindrical-coordinate representation of color #A18974: hue angle of 28º 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 #A18974 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB161137116-
CMYK00.150.280.37
HSL28º19.31%54.31%-
HSV(B)28º27.95%63.14%-
XYZ26.826.7320.27-
YUV141.78113.45141.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=38.89%
G=33.09%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113711600.150.280.372819.3154.31
HexA189740F1C251c1336
Octal2412111640173445342366
Binary1010000110001001111010001111111001001011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18974; }

 p { color: rgb(161,137,116); }

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

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

 a { background-color: rgb(161,137,116); }

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

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

 span { border-color: rgb(161,137,116); }

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