Shades of Gimblet #A9A25B
Tints of Gimblet #A9A25B
RGB
CMYK
RGB Variations
Color information
#A9A25B (or 0xA9A25B) is known color: Gimblet. HEX triplet: A9, A2 and 5B. RGB value is (169,162,91). Sum of RGB (Red+Green+Blue) = 169+162+91=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A25B is #565DA4. Grayscale: #9C9C9C. Windows color (decimal): -5660069 or 6005417. OLE color: 6005417.
HSL color Cylindrical-coordinate representation of color #A9A25B: hue angle of 54.62º 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 #A9A25B is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 91 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.34 |
| HSL | 54.62º | 0.31% | 0.51% | - |
| HSV(B) | 54.62º | 0.46% | 0.66% | - |
| XYZ | 31.17 | 35.03 | 15.02 | - |
| YUV | 156 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 91 | 0 | 0.04 | 0.46 | 0.34 | 54.62 | 0.31 | 0.51 |
| Hex | A9 | A2 | 5B | 0 | 4 | 2E | 22 | 37 | 1F | 33 |
| Octal | 251 | 242 | 133 | 0 | 4 | 56 | 42 | 67 | 37 | 63 |
| Binary | 10101001 | 10100010 | 1011011 | 0 | 100 | 101110 | 100010 | 110111 | 11111 | 110011 |
Color Harmonies of #A9A25B
Complementary color
Monochromatic Colors of #A9A25B
Black with #A9A25B
Text Example
Text Example
White with #A9A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A25B; }
p { color: rgb(169,162,91); }
H1.HeaderClassName
{
color: #A9A25B;
}
.AnyTagClassName
{
color: #A9A25B;
}
</style>
background-color css
<style>
a { background-color: #A9A25B; }
a { background-color: rgb(169,162,91); }
div.DivClassName
{
background-color: #A9A25B;
}
.BgClassName
{
background-color: #A9A25B;
}
</style>
border-color css
<style>
span { border-color: #A9A25B; }
span { border-color: rgb(169,162,91); }
td.TdClassName
{
border-color: #A9A25B;
}
.TagClassName
{
border-color: #A9A25B;
}
</style>