Shades of Mongoose #A28B6D
Tints of Mongoose #A28B6D
RGB
CMYK
RGB Variations
Color information
#A28B6D (or 0xA28B6D) is known color: Mongoose. HEX triplet: A2, 8B and 6D. RGB value is (162,139,109). Sum of RGB (Red+Green+Blue) = 162+139+109=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B6D is #5D7492. Grayscale: #8E8E8E. Windows color (decimal): -6124691 or 7179170. OLE color: 7179170.
HSL color Cylindrical-coordinate representation of color #A28B6D: hue angle of 33.96º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28B6D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 109 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.36 |
| HSL | 33.96º | 0.22% | 0.53% | - |
| HSV(B) | 33.96º | 0.33% | 0.64% | - |
| XYZ | 26.89 | 27.25 | 18.31 | - |
| YUV | 142.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 109 | 0 | 0.14 | 0.33 | 0.36 | 33.96 | 0.22 | 0.53 |
| Hex | A2 | 8B | 6D | 0 | E | 21 | 24 | 22 | 16 | 35 |
| Octal | 242 | 213 | 155 | 0 | 16 | 41 | 44 | 42 | 26 | 65 |
| Binary | 10100010 | 10001011 | 1101101 | 0 | 1110 | 100001 | 100100 | 100010 | 10110 | 110101 |
Color Harmonies of #A28B6D
Complementary color
Monochromatic Colors of #A28B6D
Black with #A28B6D
Text Example
Text Example
White with #A28B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B6D; }
p { color: rgb(162,139,109); }
H1.HeaderClassName
{
color: #A28B6D;
}
.AnyTagClassName
{
color: #A28B6D;
}
</style>
background-color css
<style>
a { background-color: #A28B6D; }
a { background-color: rgb(162,139,109); }
div.DivClassName
{
background-color: #A28B6D;
}
.BgClassName
{
background-color: #A28B6D;
}
</style>
border-color css
<style>
span { border-color: #A28B6D; }
span { border-color: rgb(162,139,109); }
td.TdClassName
{
border-color: #A28B6D;
}
.TagClassName
{
border-color: #A28B6D;
}
</style>