Shades of Gimblet #A9A56B
Tints of Gimblet #A9A56B
RGB
CMYK
RGB Variations
Color information
#A9A56B (or 0xA9A56B) is known color: Gimblet. HEX triplet: A9, A5 and 6B. RGB value is (169,165,107). Sum of RGB (Red+Green+Blue) = 169+165+107=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A56B is #565A94. Grayscale: #9F9F9F. Windows color (decimal): -5659285 or 7054761. OLE color: 7054761.
HSL color Cylindrical-coordinate representation of color #A9A56B: hue angle of 56.13º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9A56B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 107 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.34 |
| HSL | 56.13º | 0.26% | 0.54% | - |
| HSV(B) | 56.13º | 0.37% | 0.66% | - |
| XYZ | 32.47 | 36.41 | 19.23 | - |
| YUV | 159.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 107 | 0 | 0.02 | 0.37 | 0.34 | 56.13 | 0.26 | 0.54 |
| Hex | A9 | A5 | 6B | 0 | 2 | 25 | 22 | 38 | 1A | 36 |
| Octal | 251 | 245 | 153 | 0 | 2 | 45 | 42 | 70 | 32 | 66 |
| Binary | 10101001 | 10100101 | 1101011 | 0 | 10 | 100101 | 100010 | 111000 | 11010 | 110110 |
Color Harmonies of #A9A56B
Complementary color
Monochromatic Colors of #A9A56B
Black with #A9A56B
Text Example
Text Example
White with #A9A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A56B; }
p { color: rgb(169,165,107); }
H1.HeaderClassName
{
color: #A9A56B;
}
.AnyTagClassName
{
color: #A9A56B;
}
</style>
background-color css
<style>
a { background-color: #A9A56B; }
a { background-color: rgb(169,165,107); }
div.DivClassName
{
background-color: #A9A56B;
}
.BgClassName
{
background-color: #A9A56B;
}
</style>
border-color css
<style>
span { border-color: #A9A56B; }
span { border-color: rgb(169,165,107); }
td.TdClassName
{
border-color: #A9A56B;
}
.TagClassName
{
border-color: #A9A56B;
}
</style>