Shades of Mongoose #A58D78
Tints of Mongoose #A58D78
RGB
CMYK
RGB Variations
Color information
#A58D78 (or 0xA58D78) is known color: Mongoose. HEX triplet: A5, 8D and 78. RGB value is (165,141,120). Sum of RGB (Red+Green+Blue) = 165+141+120=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D78 is #5A7287. Grayscale: #919191. Windows color (decimal): -5927560 or 7900581. OLE color: 7900581.
HSL color Cylindrical-coordinate representation of color #A58D78: hue angle of 28º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58D78 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 120 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.35 |
| HSL | 28º | 0.2% | 0.56% | - |
| HSV(B) | 28º | 0.27% | 0.65% | - |
| XYZ | 28.43 | 28.41 | 21.75 | - |
| YUV | 145.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 120 | 0 | 0.15 | 0.27 | 0.35 | 28 | 0.2 | 0.56 |
| Hex | A5 | 8D | 78 | 0 | F | 1B | 23 | 1C | 14 | 38 |
| Octal | 245 | 215 | 170 | 0 | 17 | 33 | 43 | 34 | 24 | 70 |
| Binary | 10100101 | 10001101 | 1111000 | 0 | 1111 | 11011 | 100011 | 11100 | 10100 | 111000 |
Color Harmonies of #A58D78
Complementary color
Monochromatic Colors of #A58D78
Black with #A58D78
Text Example
Text Example
White with #A58D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D78; }
p { color: rgb(165,141,120); }
H1.HeaderClassName
{
color: #A58D78;
}
.AnyTagClassName
{
color: #A58D78;
}
</style>
background-color css
<style>
a { background-color: #A58D78; }
a { background-color: rgb(165,141,120); }
div.DivClassName
{
background-color: #A58D78;
}
.BgClassName
{
background-color: #A58D78;
}
</style>
border-color css
<style>
span { border-color: #A58D78; }
span { border-color: rgb(165,141,120); }
td.TdClassName
{
border-color: #A58D78;
}
.TagClassName
{
border-color: #A58D78;
}
</style>