#A18C75

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

Shades of Mongoose #A18C75

Tints of Mongoose #A18C75

Color information

#A18C75 (or 0xA18C75) is unknown color: approx Mongoose. HEX triplet: A1, 8C and 75. RGB value is (161,140,117). Sum of RGB (Red+Green+Blue) = 161+140+117=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C75 is #5E738A. Grayscale: #8F8F8F. Windows color (decimal): -6189963 or 7703713. OLE color: 7703713.

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

Color convert

RGB161140117-
CMYK00.130.270.37
HSL31.36º18.97%54.51%-
HSV(B)31.36º27.33%63.14%-
XYZ27.2927.6220.72-
YUV143.66112.96140.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=38.52%
G=33.49%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114011700.130.270.3731.3618.9754.51
HexA18C750D1B251f1337
Octal2412141650153345372367
Binary1010000110001100111010101101110111001011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C75; }

 p { color: rgb(161,140,117); }

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

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

 a { background-color: rgb(161,140,117); }

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

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

 span { border-color: rgb(161,140,117); }

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