Shades of Gimblet #A99F5C
Tints of Gimblet #A99F5C
RGB
CMYK
RGB Variations
Color information
#A99F5C (or 0xA99F5C) is known color: Gimblet. HEX triplet: A9, 9F and 5C. RGB value is (169,159,92). Sum of RGB (Red+Green+Blue) = 169+159+92=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F5C is #5660A3. Grayscale: #9A9A9A. Windows color (decimal): -5660836 or 6070185. OLE color: 6070185.
HSL color Cylindrical-coordinate representation of color #A99F5C: hue angle of 52.21º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A99F5C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 159 | 92 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.34 |
| HSL | 52.21º | 0.31% | 0.51% | - |
| HSV(B) | 52.21º | 0.46% | 0.66% | - |
| XYZ | 30.69 | 34 | 15.07 | - |
| YUV | 154.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 159 | 92 | 0 | 0.06 | 0.46 | 0.34 | 52.21 | 0.31 | 0.51 |
| Hex | A9 | 9F | 5C | 0 | 6 | 2E | 22 | 34 | 1F | 33 |
| Octal | 251 | 237 | 134 | 0 | 6 | 56 | 42 | 64 | 37 | 63 |
| Binary | 10101001 | 10011111 | 1011100 | 0 | 110 | 101110 | 100010 | 110100 | 11111 | 110011 |
Color Harmonies of #A99F5C
Complementary color
Monochromatic Colors of #A99F5C
Black with #A99F5C
Text Example
Text Example
White with #A99F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99F5C; }
p { color: rgb(169,159,92); }
H1.HeaderClassName
{
color: #A99F5C;
}
.AnyTagClassName
{
color: #A99F5C;
}
</style>
background-color css
<style>
a { background-color: #A99F5C; }
a { background-color: rgb(169,159,92); }
div.DivClassName
{
background-color: #A99F5C;
}
.BgClassName
{
background-color: #A99F5C;
}
</style>
border-color css
<style>
span { border-color: #A99F5C; }
span { border-color: rgb(169,159,92); }
td.TdClassName
{
border-color: #A99F5C;
}
.TagClassName
{
border-color: #A99F5C;
}
</style>