Shades of Mongoose #A48A70
Tints of Mongoose #A48A70
RGB
CMYK
RGB Variations
Color information
#A48A70 (or 0xA48A70) is known color: Mongoose. HEX triplet: A4, 8A and 70. RGB value is (164,138,112). Sum of RGB (Red+Green+Blue) = 164+138+112=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A70 is #5B758F. Grayscale: #8E8E8E. Windows color (decimal): -5993872 or 7375524. OLE color: 7375524.
HSL color Cylindrical-coordinate representation of color #A48A70: hue angle of 30º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48A70 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 112 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.36 |
| HSL | 30º | 0.22% | 0.54% | - |
| HSV(B) | 30º | 0.32% | 0.64% | - |
| XYZ | 27.32 | 27.24 | 19.15 | - |
| YUV | 142.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 112 | 0 | 0.16 | 0.32 | 0.36 | 30 | 0.22 | 0.54 |
| Hex | A4 | 8A | 70 | 0 | 10 | 20 | 24 | 1E | 16 | 36 |
| Octal | 244 | 212 | 160 | 0 | 20 | 40 | 44 | 36 | 26 | 66 |
| Binary | 10100100 | 10001010 | 1110000 | 0 | 10000 | 100000 | 100100 | 11110 | 10110 | 110110 |
Color Harmonies of #A48A70
Complementary color
Monochromatic Colors of #A48A70
Black with #A48A70
Text Example
Text Example
White with #A48A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A70; }
p { color: rgb(164,138,112); }
H1.HeaderClassName
{
color: #A48A70;
}
.AnyTagClassName
{
color: #A48A70;
}
</style>
background-color css
<style>
a { background-color: #A48A70; }
a { background-color: rgb(164,138,112); }
div.DivClassName
{
background-color: #A48A70;
}
.BgClassName
{
background-color: #A48A70;
}
</style>
border-color css
<style>
span { border-color: #A48A70; }
span { border-color: rgb(164,138,112); }
td.TdClassName
{
border-color: #A48A70;
}
.TagClassName
{
border-color: #A48A70;
}
</style>