Shades of Mongoose #A28B70
Tints of Mongoose #A28B70
RGB
CMYK
RGB Variations
Color information
#A28B70 (or 0xA28B70) is known color: Mongoose. HEX triplet: A2, 8B and 70. RGB value is (162,139,112). Sum of RGB (Red+Green+Blue) = 162+139+112=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B70 is #5D748F. Grayscale: #8E8E8E. Windows color (decimal): -6124688 or 7375778. OLE color: 7375778.
HSL color Cylindrical-coordinate representation of color #A28B70: hue angle of 32.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28B70 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 112 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.36 |
| HSL | 32.4º | 0.21% | 0.54% | - |
| HSV(B) | 32.4º | 0.31% | 0.64% | - |
| XYZ | 27.06 | 27.32 | 19.18 | - |
| YUV | 142.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 112 | 0 | 0.14 | 0.31 | 0.36 | 32.4 | 0.21 | 0.54 |
| Hex | A2 | 8B | 70 | 0 | E | 1F | 24 | 20 | 15 | 36 |
| Octal | 242 | 213 | 160 | 0 | 16 | 37 | 44 | 40 | 25 | 66 |
| Binary | 10100010 | 10001011 | 1110000 | 0 | 1110 | 11111 | 100100 | 100000 | 10101 | 110110 |
Color Harmonies of #A28B70
Complementary color
Monochromatic Colors of #A28B70
Black with #A28B70
Text Example
Text Example
White with #A28B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B70; }
p { color: rgb(162,139,112); }
H1.HeaderClassName
{
color: #A28B70;
}
.AnyTagClassName
{
color: #A28B70;
}
</style>
background-color css
<style>
a { background-color: #A28B70; }
a { background-color: rgb(162,139,112); }
div.DivClassName
{
background-color: #A28B70;
}
.BgClassName
{
background-color: #A28B70;
}
</style>
border-color css
<style>
span { border-color: #A28B70; }
span { border-color: rgb(162,139,112); }
td.TdClassName
{
border-color: #A28B70;
}
.TagClassName
{
border-color: #A28B70;
}
</style>