#A38872

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

Shades of Mongoose #A38872

Tints of Mongoose #A38872

Color information

#A38872 (or 0xA38872) is unknown color: approx Mongoose. HEX triplet: A3, 88 and 72. RGB value is (163,136,114). Sum of RGB (Red+Green+Blue) = 163+136+114=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38872 is #5C778D. Grayscale: #8D8D8D. Windows color (decimal): -6059918 or 7506083. OLE color: 7506083.

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

Color convert

RGB163136114-
CMYK00.170.300.36
HSL26.94º21.03%54.31%-
HSV(B)26.94º30.06%63.92%-
XYZ26.9526.6119.64-
YUV141.56112.45143.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=39.47%
G=32.93%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313611400.170.300.3626.9421.0354.31
HexA388720111E241b1536
Octal2432101620213644332566
Binary10100011100010001110010010001111101001001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38872; }

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

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

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

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

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

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

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

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