Shades of Mongoose #A48E74
Tints of Mongoose #A48E74
RGB
CMYK
RGB Variations
Color information
#A48E74 (or 0xA48E74) is known color: Mongoose. HEX triplet: A4, 8E and 74. RGB value is (164,142,116). Sum of RGB (Red+Green+Blue) = 164+142+116=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E74 is #5B718B. Grayscale: #919191. Windows color (decimal): -5992844 or 7638692. OLE color: 7638692.
HSL color Cylindrical-coordinate representation of color #A48E74: hue angle of 32.5º 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 #A48E74 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 142 | 116 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.36 |
| HSL | 32.5º | 0.21% | 0.55% | - |
| HSV(B) | 32.5º | 0.29% | 0.64% | - |
| XYZ | 28.14 | 28.5 | 20.54 | - |
| YUV | 145.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 142 | 116 | 0 | 0.13 | 0.29 | 0.36 | 32.5 | 0.21 | 0.55 |
| Hex | A4 | 8E | 74 | 0 | D | 1D | 24 | 20 | 15 | 37 |
| Octal | 244 | 216 | 164 | 0 | 15 | 35 | 44 | 40 | 25 | 67 |
| Binary | 10100100 | 10001110 | 1110100 | 0 | 1101 | 11101 | 100100 | 100000 | 10101 | 110111 |
Color Harmonies of #A48E74
Complementary color
Monochromatic Colors of #A48E74
Black with #A48E74
Text Example
Text Example
White with #A48E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48E74; }
p { color: rgb(164,142,116); }
H1.HeaderClassName
{
color: #A48E74;
}
.AnyTagClassName
{
color: #A48E74;
}
</style>
background-color css
<style>
a { background-color: #A48E74; }
a { background-color: rgb(164,142,116); }
div.DivClassName
{
background-color: #A48E74;
}
.BgClassName
{
background-color: #A48E74;
}
</style>
border-color css
<style>
span { border-color: #A48E74; }
span { border-color: rgb(164,142,116); }
td.TdClassName
{
border-color: #A48E74;
}
.TagClassName
{
border-color: #A48E74;
}
</style>