#A38A72

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

Shades of Mongoose #A38A72

Tints of Mongoose #A38A72

Color information

#A38A72 (or 0xA38A72) is unknown color: approx Mongoose. HEX triplet: A3, 8A and 72. RGB value is (163,138,114). Sum of RGB (Red+Green+Blue) = 163+138+114=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A72 is #5C758D. Grayscale: #8E8E8E. Windows color (decimal): -6059406 or 7506595. OLE color: 7506595.

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

Color convert

RGB163138114-
CMYK00.150.300.36
HSL29.39º21.03%54.31%-
HSV(B)29.39º30.06%63.92%-
XYZ27.2327.1819.73-
YUV142.74111.78142.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=39.28%
G=33.25%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313811400.150.300.3629.3921.0354.31
HexA38A720F1E241d1536
Octal2432121620173644352566
Binary1010001110001010111001001111111101001001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A72; }

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

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

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

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

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

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

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

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