Shades of Mongoose #A38B6F
Tints of Mongoose #A38B6F
RGB
CMYK
RGB Variations
Color information
#A38B6F (or 0xA38B6F) is known color: Mongoose. HEX triplet: A3, 8B and 6F. RGB value is (163,139,111). Sum of RGB (Red+Green+Blue) = 163+139+111=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B6F is #5C7490. Grayscale: #8F8F8F. Windows color (decimal): -6059153 or 7310243. OLE color: 7310243.
HSL color Cylindrical-coordinate representation of color #A38B6F: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A38B6F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 139 | 111 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.36 |
| HSL | 32.31º | 0.22% | 0.54% | - |
| HSV(B) | 32.31º | 0.32% | 0.64% | - |
| XYZ | 27.21 | 27.4 | 18.89 | - |
| YUV | 142.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 111 | 0 | 0.15 | 0.32 | 0.36 | 32.31 | 0.22 | 0.54 |
| Hex | A3 | 8B | 6F | 0 | F | 20 | 24 | 20 | 16 | 36 |
| Octal | 243 | 213 | 157 | 0 | 17 | 40 | 44 | 40 | 26 | 66 |
| Binary | 10100011 | 10001011 | 1101111 | 0 | 1111 | 100000 | 100100 | 100000 | 10110 | 110110 |
Color Harmonies of #A38B6F
Complementary color
Monochromatic Colors of #A38B6F
Black with #A38B6F
Text Example
Text Example
White with #A38B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38B6F; }
p { color: rgb(163,139,111); }
H1.HeaderClassName
{
color: #A38B6F;
}
.AnyTagClassName
{
color: #A38B6F;
}
</style>
background-color css
<style>
a { background-color: #A38B6F; }
a { background-color: rgb(163,139,111); }
div.DivClassName
{
background-color: #A38B6F;
}
.BgClassName
{
background-color: #A38B6F;
}
</style>
border-color css
<style>
span { border-color: #A38B6F; }
span { border-color: rgb(163,139,111); }
td.TdClassName
{
border-color: #A38B6F;
}
.TagClassName
{
border-color: #A38B6F;
}
</style>