#A48772

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

Shades of Mongoose #A48772

Tints of Mongoose #A48772

Color information

#A48772 (or 0xA48772) is unknown color: approx Mongoose. HEX triplet: A4, 87 and 72. RGB value is (164,135,114). Sum of RGB (Red+Green+Blue) = 164+135+114=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48772 is #5B788D. Grayscale: #8D8D8D. Windows color (decimal): -5994638 or 7505828. OLE color: 7505828.

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

Color convert

RGB164135114-
CMYK00.180.300.36
HSL25.2º21.55%54.51%-
HSV(B)25.2º30.49%64.31%-
XYZ27.0126.4419.6-
YUV141.28112.61144.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 135 (53.12% from 255) = 32.69%
BLUE value IS 114 (44.92% from 255) = 27.60%
R=39.71%
G=32.69%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413511400.180.300.3625.221.5554.51
HexA487720121E24191637
Octal2442071620223644312667
Binary10100100100001111110010010010111101001001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48772; }

 p { color: rgb(164,135,114); }

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

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

 a { background-color: rgb(164,135,114); }

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

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

 span { border-color: rgb(164,135,114); }

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