#A48A72

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

Shades of Mongoose #A48A72

Tints of Mongoose #A48A72

Color information

#A48A72 (or 0xA48A72) is unknown color: approx Mongoose. HEX triplet: A4, 8A and 72. RGB value is (164,138,114). Sum of RGB (Red+Green+Blue) = 164+138+114=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A72 is #5B758D. Grayscale: #8F8F8F. Windows color (decimal): -5993870 or 7506596. OLE color: 7506596.

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

Color convert

RGB164138114-
CMYK00.160.300.36
HSL28.8º21.55%54.51%-
HSV(B)28.8º30.49%64.31%-
XYZ27.4427.2819.74-
YUV143.04111.61142.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=39.42%
G=33.17%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413811400.160.300.3628.821.5554.51
HexA48A720101E241d1637
Octal2442121620203644352667
Binary10100100100010101110010010000111101001001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A72; }

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

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

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

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

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

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

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

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