Shades of Mongoose #A28B6F
Tints of Mongoose #A28B6F
RGB
CMYK
RGB Variations
Color information
#A28B6F (or 0xA28B6F) is known color: Mongoose. HEX triplet: A2, 8B and 6F. RGB value is (162,139,111). Sum of RGB (Red+Green+Blue) = 162+139+111=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B6F is #5D7490. Grayscale: #8E8E8E. Windows color (decimal): -6124689 or 7310242. OLE color: 7310242.
HSL color Cylindrical-coordinate representation of color #A28B6F: hue angle of 32.94º degrees, saturation: 0.22, 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 #A28B6F is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 111 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.36 |
| HSL | 32.94º | 0.22% | 0.54% | - |
| HSV(B) | 32.94º | 0.31% | 0.64% | - |
| XYZ | 27 | 27.29 | 18.88 | - |
| YUV | 142.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 111 | 0 | 0.14 | 0.31 | 0.36 | 32.94 | 0.22 | 0.54 |
| Hex | A2 | 8B | 6F | 0 | E | 1F | 24 | 21 | 16 | 36 |
| Octal | 242 | 213 | 157 | 0 | 16 | 37 | 44 | 41 | 26 | 66 |
| Binary | 10100010 | 10001011 | 1101111 | 0 | 1110 | 11111 | 100100 | 100001 | 10110 | 110110 |
Color Harmonies of #A28B6F
Complementary color
Monochromatic Colors of #A28B6F
Black with #A28B6F
Text Example
Text Example
White with #A28B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B6F; }
p { color: rgb(162,139,111); }
H1.HeaderClassName
{
color: #A28B6F;
}
.AnyTagClassName
{
color: #A28B6F;
}
</style>
background-color css
<style>
a { background-color: #A28B6F; }
a { background-color: rgb(162,139,111); }
div.DivClassName
{
background-color: #A28B6F;
}
.BgClassName
{
background-color: #A28B6F;
}
</style>
border-color css
<style>
span { border-color: #A28B6F; }
span { border-color: rgb(162,139,111); }
td.TdClassName
{
border-color: #A28B6F;
}
.TagClassName
{
border-color: #A28B6F;
}
</style>