Shades of Mongoose #A28D73
Tints of Mongoose #A28D73
RGB
CMYK
RGB Variations
Color information
#A28D73 (or 0xA28D73) is known color: Mongoose. HEX triplet: A2, 8D and 73. RGB value is (162,141,115). Sum of RGB (Red+Green+Blue) = 162+141+115=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D73 is #5D728C. Grayscale: #909090. Windows color (decimal): -6124173 or 7572898. OLE color: 7572898.
HSL color Cylindrical-coordinate representation of color #A28D73: hue angle of 33.19º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28D73 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 115 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.36 |
| HSL | 33.19º | 0.2% | 0.54% | - |
| HSV(B) | 33.19º | 0.29% | 0.64% | - |
| XYZ | 27.52 | 27.97 | 20.17 | - |
| YUV | 144.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 115 | 0 | 0.13 | 0.29 | 0.36 | 33.19 | 0.2 | 0.54 |
| Hex | A2 | 8D | 73 | 0 | D | 1D | 24 | 21 | 14 | 36 |
| Octal | 242 | 215 | 163 | 0 | 15 | 35 | 44 | 41 | 24 | 66 |
| Binary | 10100010 | 10001101 | 1110011 | 0 | 1101 | 11101 | 100100 | 100001 | 10100 | 110110 |
Color Harmonies of #A28D73
Complementary color
Monochromatic Colors of #A28D73
Black with #A28D73
Text Example
Text Example
White with #A28D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D73; }
p { color: rgb(162,141,115); }
H1.HeaderClassName
{
color: #A28D73;
}
.AnyTagClassName
{
color: #A28D73;
}
</style>
background-color css
<style>
a { background-color: #A28D73; }
a { background-color: rgb(162,141,115); }
div.DivClassName
{
background-color: #A28D73;
}
.BgClassName
{
background-color: #A28D73;
}
</style>
border-color css
<style>
span { border-color: #A28D73; }
span { border-color: rgb(162,141,115); }
td.TdClassName
{
border-color: #A28D73;
}
.TagClassName
{
border-color: #A28D73;
}
</style>