Shades of Mongoose #A38F72
Tints of Mongoose #A38F72
RGB
CMYK
RGB Variations
Color information
#A38F72 (or 0xA38F72) is known color: Mongoose. HEX triplet: A3, 8F and 72. RGB value is (163,143,114). Sum of RGB (Red+Green+Blue) = 163+143+114=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F72 is #5C708D. Grayscale: #919191. Windows color (decimal): -6058126 or 7507875. OLE color: 7507875.
HSL color Cylindrical-coordinate representation of color #A38F72: hue angle of 35.51º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38F72 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 114 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.36 |
| HSL | 35.51º | 0.21% | 0.54% | - |
| HSV(B) | 35.51º | 0.3% | 0.64% | - |
| XYZ | 27.96 | 28.65 | 19.98 | - |
| YUV | 145.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 114 | 0 | 0.12 | 0.30 | 0.36 | 35.51 | 0.21 | 0.54 |
| Hex | A3 | 8F | 72 | 0 | C | 1E | 24 | 24 | 15 | 36 |
| Octal | 243 | 217 | 162 | 0 | 14 | 36 | 44 | 44 | 25 | 66 |
| Binary | 10100011 | 10001111 | 1110010 | 0 | 1100 | 11110 | 100100 | 100100 | 10101 | 110110 |
Color Harmonies of #A38F72
Complementary color
Monochromatic Colors of #A38F72
Black with #A38F72
Text Example
Text Example
White with #A38F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F72; }
p { color: rgb(163,143,114); }
H1.HeaderClassName
{
color: #A38F72;
}
.AnyTagClassName
{
color: #A38F72;
}
</style>
background-color css
<style>
a { background-color: #A38F72; }
a { background-color: rgb(163,143,114); }
div.DivClassName
{
background-color: #A38F72;
}
.BgClassName
{
background-color: #A38F72;
}
</style>
border-color css
<style>
span { border-color: #A38F72; }
span { border-color: rgb(163,143,114); }
td.TdClassName
{
border-color: #A38F72;
}
.TagClassName
{
border-color: #A38F72;
}
</style>