#A38D72

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

Shades of Mongoose #A38D72

Tints of Mongoose #A38D72

Color information

#A38D72 (or 0xA38D72) is unknown color: approx Mongoose. HEX triplet: A3, 8D and 72. RGB value is (163,141,114). Sum of RGB (Red+Green+Blue) = 163+141+114=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D72 is #5C728D. Grayscale: #909090. Windows color (decimal): -6058638 or 7507363. OLE color: 7507363.

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

Color convert

RGB163141114-
CMYK00.130.300.36
HSL33.06º21.03%54.31%-
HSV(B)33.06º30.06%63.92%-
XYZ27.6728.0519.88-
YUV144.5110.79141.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=39.00%
G=33.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314111400.130.300.3633.0621.0354.31
HexA38D720D1E24211536
Octal2432151620153644412566
Binary10100011100011011110010011011111010010010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D72; }

 p { color: rgb(163,141,114); }

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

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

 a { background-color: rgb(163,141,114); }

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

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

 span { border-color: rgb(163,141,114); }

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