#A38E75

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

Shades of Mongoose #A38E75

Tints of Mongoose #A38E75

Color information

#A38E75 (or 0xA38E75) is unknown color: approx Mongoose. HEX triplet: A3, 8E and 75. RGB value is (163,142,117). Sum of RGB (Red+Green+Blue) = 163+142+117=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E75 is #5C718A. Grayscale: #919191. Windows color (decimal): -6058379 or 7704227. OLE color: 7704227.

HSL color Cylindrical-coordinate representation of color #A38E75: hue angle of 32.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38E75 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163142117-
CMYK00.130.280.36
HSL32.61º20%54.9%-
HSV(B)32.61º28.22%63.92%-
XYZ27.9928.4220.84-
YUV145.43111.96140.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=38.63%
G=33.65%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314211700.130.280.3632.612054.9
HexA38E750D1C24211437
Octal2432161650153444412467
Binary10100011100011101110101011011110010010010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E75; }

 p { color: rgb(163,142,117); }

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

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

 a { background-color: rgb(163,142,117); }

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

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

 span { border-color: rgb(163,142,117); }

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