Shades of Mongoose #A58A6C
Tints of Mongoose #A58A6C
RGB
CMYK
RGB Variations
Color information
#A58A6C (or 0xA58A6C) is known color: Mongoose. HEX triplet: A5, 8A and 6C. RGB value is (165,138,108). Sum of RGB (Red+Green+Blue) = 165+138+108=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A6C is #5A7593. Grayscale: #8E8E8E. Windows color (decimal): -5928340 or 7113381. OLE color: 7113381.
HSL color Cylindrical-coordinate representation of color #A58A6C: hue angle of 31.58º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58A6C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 108 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.35 |
| HSL | 31.58º | 0.24% | 0.54% | - |
| HSV(B) | 31.58º | 0.35% | 0.65% | - |
| XYZ | 27.31 | 27.26 | 18.01 | - |
| YUV | 142.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 108 | 0 | 0.16 | 0.35 | 0.35 | 31.58 | 0.24 | 0.54 |
| Hex | A5 | 8A | 6C | 0 | 10 | 23 | 23 | 20 | 18 | 36 |
| Octal | 245 | 212 | 154 | 0 | 20 | 43 | 43 | 40 | 30 | 66 |
| Binary | 10100101 | 10001010 | 1101100 | 0 | 10000 | 100011 | 100011 | 100000 | 11000 | 110110 |
Color Harmonies of #A58A6C
Complementary color
Monochromatic Colors of #A58A6C
Black with #A58A6C
Text Example
Text Example
White with #A58A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A6C; }
p { color: rgb(165,138,108); }
H1.HeaderClassName
{
color: #A58A6C;
}
.AnyTagClassName
{
color: #A58A6C;
}
</style>
background-color css
<style>
a { background-color: #A58A6C; }
a { background-color: rgb(165,138,108); }
div.DivClassName
{
background-color: #A58A6C;
}
.BgClassName
{
background-color: #A58A6C;
}
</style>
border-color css
<style>
span { border-color: #A58A6C; }
span { border-color: rgb(165,138,108); }
td.TdClassName
{
border-color: #A58A6C;
}
.TagClassName
{
border-color: #A58A6C;
}
</style>