Shades of Gimblet #A8A25E
Tints of Gimblet #A8A25E
RGB
CMYK
RGB Variations
Color information
#A8A25E (or 0xA8A25E) is known color: Gimblet. HEX triplet: A8, A2 and 5E. RGB value is (168,162,94). Sum of RGB (Red+Green+Blue) = 168+162+94=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A25E is #575DA1. Grayscale: #9C9C9C. Windows color (decimal): -5725602 or 6202024. OLE color: 6202024.
HSL color Cylindrical-coordinate representation of color #A8A25E: hue angle of 55.14º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8A25E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 94 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.34 |
| HSL | 55.14º | 0.3% | 0.51% | - |
| HSV(B) | 55.14º | 0.44% | 0.66% | - |
| XYZ | 31.09 | 34.97 | 15.7 | - |
| YUV | 156.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 94 | 0 | 0.04 | 0.44 | 0.34 | 55.14 | 0.3 | 0.51 |
| Hex | A8 | A2 | 5E | 0 | 4 | 2C | 22 | 37 | 1E | 33 |
| Octal | 250 | 242 | 136 | 0 | 4 | 54 | 42 | 67 | 36 | 63 |
| Binary | 10101000 | 10100010 | 1011110 | 0 | 100 | 101100 | 100010 | 110111 | 11110 | 110011 |
Color Harmonies of #A8A25E
Complementary color
Monochromatic Colors of #A8A25E
Black with #A8A25E
Text Example
Text Example
White with #A8A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A25E; }
p { color: rgb(168,162,94); }
H1.HeaderClassName
{
color: #A8A25E;
}
.AnyTagClassName
{
color: #A8A25E;
}
</style>
background-color css
<style>
a { background-color: #A8A25E; }
a { background-color: rgb(168,162,94); }
div.DivClassName
{
background-color: #A8A25E;
}
.BgClassName
{
background-color: #A8A25E;
}
</style>
border-color css
<style>
span { border-color: #A8A25E; }
span { border-color: rgb(168,162,94); }
td.TdClassName
{
border-color: #A8A25E;
}
.TagClassName
{
border-color: #A8A25E;
}
</style>