Shades of Mongoose #A38F79
Tints of Mongoose #A38F79
RGB
CMYK
RGB Variations
Color information
#A38F79 (or 0xA38F79) is known color: Mongoose. HEX triplet: A3, 8F and 79. RGB value is (163,143,121). Sum of RGB (Red+Green+Blue) = 163+143+121=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F79 is #5C7086. Grayscale: #929292. Windows color (decimal): -6058119 or 7966627. OLE color: 7966627.
HSL color Cylindrical-coordinate representation of color #A38F79: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38F79 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 121 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.36 |
| HSL | 31.43º | 0.19% | 0.56% | - |
| HSV(B) | 31.43º | 0.26% | 0.64% | - |
| XYZ | 28.38 | 28.81 | 22.15 | - |
| YUV | 146.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 121 | 0 | 0.12 | 0.26 | 0.36 | 31.43 | 0.19 | 0.56 |
| Hex | A3 | 8F | 79 | 0 | C | 1A | 24 | 1F | 13 | 38 |
| Octal | 243 | 217 | 171 | 0 | 14 | 32 | 44 | 37 | 23 | 70 |
| Binary | 10100011 | 10001111 | 1111001 | 0 | 1100 | 11010 | 100100 | 11111 | 10011 | 111000 |
Color Harmonies of #A38F79
Complementary color
Monochromatic Colors of #A38F79
Black with #A38F79
Text Example
Text Example
White with #A38F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F79; }
p { color: rgb(163,143,121); }
H1.HeaderClassName
{
color: #A38F79;
}
.AnyTagClassName
{
color: #A38F79;
}
</style>
background-color css
<style>
a { background-color: #A38F79; }
a { background-color: rgb(163,143,121); }
div.DivClassName
{
background-color: #A38F79;
}
.BgClassName
{
background-color: #A38F79;
}
</style>
border-color css
<style>
span { border-color: #A38F79; }
span { border-color: rgb(163,143,121); }
td.TdClassName
{
border-color: #A38F79;
}
.TagClassName
{
border-color: #A38F79;
}
</style>