Shades of Gimblet #A7A15E
Tints of Gimblet #A7A15E
RGB
CMYK
RGB Variations
Color information
#A7A15E (or 0xA7A15E) is known color: Gimblet. HEX triplet: A7, A1 and 5E. RGB value is (167,161,94). Sum of RGB (Red+Green+Blue) = 167+161+94=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A15E is #585EA1. Grayscale: #9B9B9B. Windows color (decimal): -5791394 or 6201767. OLE color: 6201767.
HSL color Cylindrical-coordinate representation of color #A7A15E: hue angle of 55.07º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7A15E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 94 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.35 |
| HSL | 55.07º | 0.29% | 0.51% | - |
| HSV(B) | 55.07º | 0.44% | 0.65% | - |
| XYZ | 30.7 | 34.51 | 15.63 | - |
| YUV | 155.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 94 | 0 | 0.04 | 0.44 | 0.35 | 55.07 | 0.29 | 0.51 |
| Hex | A7 | A1 | 5E | 0 | 4 | 2C | 23 | 37 | 1D | 33 |
| Octal | 247 | 241 | 136 | 0 | 4 | 54 | 43 | 67 | 35 | 63 |
| Binary | 10100111 | 10100001 | 1011110 | 0 | 100 | 101100 | 100011 | 110111 | 11101 | 110011 |
Color Harmonies of #A7A15E
Complementary color
Monochromatic Colors of #A7A15E
Black with #A7A15E
Text Example
Text Example
White with #A7A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A15E; }
p { color: rgb(167,161,94); }
H1.HeaderClassName
{
color: #A7A15E;
}
.AnyTagClassName
{
color: #A7A15E;
}
</style>
background-color css
<style>
a { background-color: #A7A15E; }
a { background-color: rgb(167,161,94); }
div.DivClassName
{
background-color: #A7A15E;
}
.BgClassName
{
background-color: #A7A15E;
}
</style>
border-color css
<style>
span { border-color: #A7A15E; }
span { border-color: rgb(167,161,94); }
td.TdClassName
{
border-color: #A7A15E;
}
.TagClassName
{
border-color: #A7A15E;
}
</style>