Shades of Gimblet #A8A25C
Tints of Gimblet #A8A25C
RGB
CMYK
RGB Variations
Color information
#A8A25C (or 0xA8A25C) is known color: Gimblet. HEX triplet: A8, A2 and 5C. RGB value is (168,162,92). Sum of RGB (Red+Green+Blue) = 168+162+92=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A25C is #575DA3. Grayscale: #9C9C9C. Windows color (decimal): -5725604 or 6070952. OLE color: 6070952.
HSL color Cylindrical-coordinate representation of color #A8A25C: hue angle of 55.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8A25C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 92 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.34 |
| HSL | 55.26º | 0.3% | 0.51% | - |
| HSV(B) | 55.26º | 0.45% | 0.66% | - |
| XYZ | 31 | 34.94 | 15.24 | - |
| YUV | 155.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 92 | 0 | 0.04 | 0.45 | 0.34 | 55.26 | 0.3 | 0.51 |
| Hex | A8 | A2 | 5C | 0 | 4 | 2D | 22 | 37 | 1E | 33 |
| Octal | 250 | 242 | 134 | 0 | 4 | 55 | 42 | 67 | 36 | 63 |
| Binary | 10101000 | 10100010 | 1011100 | 0 | 100 | 101101 | 100010 | 110111 | 11110 | 110011 |
Color Harmonies of #A8A25C
Complementary color
Monochromatic Colors of #A8A25C
Black with #A8A25C
Text Example
Text Example
White with #A8A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A25C; }
p { color: rgb(168,162,92); }
H1.HeaderClassName
{
color: #A8A25C;
}
.AnyTagClassName
{
color: #A8A25C;
}
</style>
background-color css
<style>
a { background-color: #A8A25C; }
a { background-color: rgb(168,162,92); }
div.DivClassName
{
background-color: #A8A25C;
}
.BgClassName
{
background-color: #A8A25C;
}
</style>
border-color css
<style>
span { border-color: #A8A25C; }
span { border-color: rgb(168,162,92); }
td.TdClassName
{
border-color: #A8A25C;
}
.TagClassName
{
border-color: #A8A25C;
}
</style>