#A48D74

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

Shades of Mongoose #A48D74

Tints of Mongoose #A48D74

Color information

#A48D74 (or 0xA48D74) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 74. RGB value is (164,141,116). Sum of RGB (Red+Green+Blue) = 164+141+116=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D74 is #5B728B. Grayscale: #919191. Windows color (decimal): -5993100 or 7638436. OLE color: 7638436.

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

Color convert

RGB164141116-
CMYK00.140.290.36
HSL31.25º20.87%54.9%-
HSV(B)31.25º29.27%64.31%-
XYZ27.9928.220.49-
YUV145.03111.62141.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=38.95%
G=33.49%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414111600.140.290.3631.2520.8754.9
HexA48D740E1D241f1537
Octal2442151640163544372567
Binary1010010010001101111010001110111011001001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D74; }

 p { color: rgb(164,141,116); }

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

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

 a { background-color: rgb(164,141,116); }

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

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

 span { border-color: rgb(164,141,116); }

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