Shades of Gimblet #A99E60
Tints of Gimblet #A99E60
RGB
CMYK
RGB Variations
Color information
#A99E60 (or 0xA99E60) is known color: Gimblet. HEX triplet: A9, 9E and 60. RGB value is (169,158,96). Sum of RGB (Red+Green+Blue) = 169+158+96=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E60 is #56619F. Grayscale: #9A9A9A. Windows color (decimal): -5661088 or 6332073. OLE color: 6332073.
HSL color Cylindrical-coordinate representation of color #A99E60: hue angle of 50.96º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A99E60 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 96 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.34 |
| HSL | 50.96º | 0.3% | 0.52% | - |
| HSV(B) | 50.96º | 0.43% | 0.66% | - |
| XYZ | 30.7 | 33.73 | 15.96 | - |
| YUV | 154.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 96 | 0 | 0.07 | 0.43 | 0.34 | 50.96 | 0.3 | 0.52 |
| Hex | A9 | 9E | 60 | 0 | 7 | 2B | 22 | 33 | 1E | 34 |
| Octal | 251 | 236 | 140 | 0 | 7 | 53 | 42 | 63 | 36 | 64 |
| Binary | 10101001 | 10011110 | 1100000 | 0 | 111 | 101011 | 100010 | 110011 | 11110 | 110100 |
Color Harmonies of #A99E60
Complementary color
Monochromatic Colors of #A99E60
Black with #A99E60
Text Example
Text Example
White with #A99E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E60; }
p { color: rgb(169,158,96); }
H1.HeaderClassName
{
color: #A99E60;
}
.AnyTagClassName
{
color: #A99E60;
}
</style>
background-color css
<style>
a { background-color: #A99E60; }
a { background-color: rgb(169,158,96); }
div.DivClassName
{
background-color: #A99E60;
}
.BgClassName
{
background-color: #A99E60;
}
</style>
border-color css
<style>
span { border-color: #A99E60; }
span { border-color: rgb(169,158,96); }
td.TdClassName
{
border-color: #A99E60;
}
.TagClassName
{
border-color: #A99E60;
}
</style>