Shades of Gimblet #A99F61
Tints of Gimblet #A99F61
RGB
CMYK
RGB Variations
Color information
#A99F61 (or 0xA99F61) is known color: Gimblet. HEX triplet: A9, 9F and 61. RGB value is (169,159,97). Sum of RGB (Red+Green+Blue) = 169+159+97=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F61 is #56609E. Grayscale: #9B9B9B. Windows color (decimal): -5660831 or 6397865. OLE color: 6397865.
HSL color Cylindrical-coordinate representation of color #A99F61: hue angle of 51.67º 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 #A99F61 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 97 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.34 |
| HSL | 51.67º | 0.3% | 0.52% | - |
| HSV(B) | 51.67º | 0.43% | 0.66% | - |
| XYZ | 30.92 | 34.09 | 16.26 | - |
| YUV | 154.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 97 | 0 | 0.06 | 0.43 | 0.34 | 51.67 | 0.3 | 0.52 |
| Hex | A9 | 9F | 61 | 0 | 6 | 2B | 22 | 34 | 1E | 34 |
| Octal | 251 | 237 | 141 | 0 | 6 | 53 | 42 | 64 | 36 | 64 |
| Binary | 10101001 | 10011111 | 1100001 | 0 | 110 | 101011 | 100010 | 110100 | 11110 | 110100 |
Color Harmonies of #A99F61
Complementary color
Monochromatic Colors of #A99F61
Black with #A99F61
Text Example
Text Example
White with #A99F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F61; }
p { color: rgb(169,159,97); }
H1.HeaderClassName
{
color: #A99F61;
}
.AnyTagClassName
{
color: #A99F61;
}
</style>
background-color css
<style>
a { background-color: #A99F61; }
a { background-color: rgb(169,159,97); }
div.DivClassName
{
background-color: #A99F61;
}
.BgClassName
{
background-color: #A99F61;
}
</style>
border-color css
<style>
span { border-color: #A99F61; }
span { border-color: rgb(169,159,97); }
td.TdClassName
{
border-color: #A99F61;
}
.TagClassName
{
border-color: #A99F61;
}
</style>