Shades of Gimblet #A9A25F
Tints of Gimblet #A9A25F
RGB
CMYK
RGB Variations
Color information
#A9A25F (or 0xA9A25F) is known color: Gimblet. HEX triplet: A9, A2 and 5F. RGB value is (169,162,95). Sum of RGB (Red+Green+Blue) = 169+162+95=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A25F is #565DA0. Grayscale: #9C9C9C. Windows color (decimal): -5660065 or 6267561. OLE color: 6267561.
HSL color Cylindrical-coordinate representation of color #A9A25F: hue angle of 54.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9A25F is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 95 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.34 |
| HSL | 54.32º | 0.3% | 0.52% | - |
| HSV(B) | 54.32º | 0.44% | 0.66% | - |
| XYZ | 31.35 | 35.1 | 15.95 | - |
| YUV | 156.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 95 | 0 | 0.04 | 0.44 | 0.34 | 54.32 | 0.3 | 0.52 |
| Hex | A9 | A2 | 5F | 0 | 4 | 2C | 22 | 36 | 1E | 34 |
| Octal | 251 | 242 | 137 | 0 | 4 | 54 | 42 | 66 | 36 | 64 |
| Binary | 10101001 | 10100010 | 1011111 | 0 | 100 | 101100 | 100010 | 110110 | 11110 | 110100 |
Color Harmonies of #A9A25F
Complementary color
Monochromatic Colors of #A9A25F
Black with #A9A25F
Text Example
Text Example
White with #A9A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A25F; }
p { color: rgb(169,162,95); }
H1.HeaderClassName
{
color: #A9A25F;
}
.AnyTagClassName
{
color: #A9A25F;
}
</style>
background-color css
<style>
a { background-color: #A9A25F; }
a { background-color: rgb(169,162,95); }
div.DivClassName
{
background-color: #A9A25F;
}
.BgClassName
{
background-color: #A9A25F;
}
</style>
border-color css
<style>
span { border-color: #A9A25F; }
span { border-color: rgb(169,162,95); }
td.TdClassName
{
border-color: #A9A25F;
}
.TagClassName
{
border-color: #A9A25F;
}
</style>