Shades of Mongoose #A28B76
Tints of Mongoose #A28B76
RGB
CMYK
RGB Variations
Color information
#A28B76 (or 0xA28B76) is known color: Mongoose. HEX triplet: A2, 8B and 76. RGB value is (162,139,118). Sum of RGB (Red+Green+Blue) = 162+139+118=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B76 is #5D7489. Grayscale: #8F8F8F. Windows color (decimal): -6124682 or 7768994. OLE color: 7768994.
HSL color Cylindrical-coordinate representation of color #A28B76: hue angle of 28.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28B76 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 118 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.36 |
| HSL | 28.64º | 0.19% | 0.55% | - |
| HSV(B) | 28.64º | 0.27% | 0.64% | - |
| XYZ | 27.4 | 27.45 | 20.99 | - |
| YUV | 143.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 118 | 0 | 0.14 | 0.27 | 0.36 | 28.64 | 0.19 | 0.55 |
| Hex | A2 | 8B | 76 | 0 | E | 1B | 24 | 1D | 13 | 37 |
| Octal | 242 | 213 | 166 | 0 | 16 | 33 | 44 | 35 | 23 | 67 |
| Binary | 10100010 | 10001011 | 1110110 | 0 | 1110 | 11011 | 100100 | 11101 | 10011 | 110111 |
Color Harmonies of #A28B76
Complementary color
Monochromatic Colors of #A28B76
Black with #A28B76
Text Example
Text Example
White with #A28B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B76; }
p { color: rgb(162,139,118); }
H1.HeaderClassName
{
color: #A28B76;
}
.AnyTagClassName
{
color: #A28B76;
}
</style>
background-color css
<style>
a { background-color: #A28B76; }
a { background-color: rgb(162,139,118); }
div.DivClassName
{
background-color: #A28B76;
}
.BgClassName
{
background-color: #A28B76;
}
</style>
border-color css
<style>
span { border-color: #A28B76; }
span { border-color: rgb(162,139,118); }
td.TdClassName
{
border-color: #A28B76;
}
.TagClassName
{
border-color: #A28B76;
}
</style>