#A38C72

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

Shades of Mongoose #A38C72

Tints of Mongoose #A38C72

Color information

#A38C72 (or 0xA38C72) is unknown color: approx Mongoose. HEX triplet: A3, 8C and 72. RGB value is (163,140,114). Sum of RGB (Red+Green+Blue) = 163+140+114=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38C72 is #5C738D. Grayscale: #909090. Windows color (decimal): -6058894 or 7507107. OLE color: 7507107.

HSL color Cylindrical-coordinate representation of color #A38C72: hue angle of 31.84º 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 #A38C72 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163140114-
CMYK00.140.300.36
HSL31.84º21.03%54.31%-
HSV(B)31.84º30.06%63.92%-
XYZ27.5227.7619.83-
YUV143.91111.12141.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=39.09%
G=33.57%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314011400.140.300.3631.8421.0354.31
HexA38C720E1E24201536
Octal2432141620163644402566
Binary10100011100011001110010011101111010010010000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C72; }

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

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

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

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

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

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

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

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