Shades of Mongoose #A48A6D
Tints of Mongoose #A48A6D
RGB
CMYK
RGB Variations
Color information
#A48A6D (or 0xA48A6D) is known color: Mongoose. HEX triplet: A4, 8A and 6D. RGB value is (164,138,109). Sum of RGB (Red+Green+Blue) = 164+138+109=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A6D is #5B7592. Grayscale: #8E8E8E. Windows color (decimal): -5993875 or 7178916. OLE color: 7178916.
HSL color Cylindrical-coordinate representation of color #A48A6D: hue angle of 31.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A48A6D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 109 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.36 |
| HSL | 31.64º | 0.23% | 0.54% | - |
| HSV(B) | 31.64º | 0.34% | 0.64% | - |
| XYZ | 27.16 | 27.17 | 18.28 | - |
| YUV | 142.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 109 | 0 | 0.16 | 0.34 | 0.36 | 31.64 | 0.23 | 0.54 |
| Hex | A4 | 8A | 6D | 0 | 10 | 22 | 24 | 20 | 17 | 36 |
| Octal | 244 | 212 | 155 | 0 | 20 | 42 | 44 | 40 | 27 | 66 |
| Binary | 10100100 | 10001010 | 1101101 | 0 | 10000 | 100010 | 100100 | 100000 | 10111 | 110110 |
Color Harmonies of #A48A6D
Complementary color
Monochromatic Colors of #A48A6D
Black with #A48A6D
Text Example
Text Example
White with #A48A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A6D; }
p { color: rgb(164,138,109); }
H1.HeaderClassName
{
color: #A48A6D;
}
.AnyTagClassName
{
color: #A48A6D;
}
</style>
background-color css
<style>
a { background-color: #A48A6D; }
a { background-color: rgb(164,138,109); }
div.DivClassName
{
background-color: #A48A6D;
}
.BgClassName
{
background-color: #A48A6D;
}
</style>
border-color css
<style>
span { border-color: #A48A6D; }
span { border-color: rgb(164,138,109); }
td.TdClassName
{
border-color: #A48A6D;
}
.TagClassName
{
border-color: #A48A6D;
}
</style>