Shades of Gimblet #A8A25D
Tints of Gimblet #A8A25D
RGB
CMYK
RGB Variations
Color information
#A8A25D (or 0xA8A25D) is known color: Gimblet. HEX triplet: A8, A2 and 5D. RGB value is (168,162,93). Sum of RGB (Red+Green+Blue) = 168+162+93=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A25D is #575DA2. Grayscale: #9C9C9C. Windows color (decimal): -5725603 or 6136488. OLE color: 6136488.
HSL color Cylindrical-coordinate representation of color #A8A25D: hue angle of 55.2º 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 #A8A25D is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 93 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.34 |
| HSL | 55.2º | 0.3% | 0.51% | - |
| HSV(B) | 55.2º | 0.45% | 0.66% | - |
| XYZ | 31.04 | 34.96 | 15.47 | - |
| YUV | 155.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 93 | 0 | 0.04 | 0.45 | 0.34 | 55.2 | 0.3 | 0.51 |
| Hex | A8 | A2 | 5D | 0 | 4 | 2D | 22 | 37 | 1E | 33 |
| Octal | 250 | 242 | 135 | 0 | 4 | 55 | 42 | 67 | 36 | 63 |
| Binary | 10101000 | 10100010 | 1011101 | 0 | 100 | 101101 | 100010 | 110111 | 11110 | 110011 |
Color Harmonies of #A8A25D
Complementary color
Monochromatic Colors of #A8A25D
Black with #A8A25D
Text Example
Text Example
White with #A8A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A25D; }
p { color: rgb(168,162,93); }
H1.HeaderClassName
{
color: #A8A25D;
}
.AnyTagClassName
{
color: #A8A25D;
}
</style>
background-color css
<style>
a { background-color: #A8A25D; }
a { background-color: rgb(168,162,93); }
div.DivClassName
{
background-color: #A8A25D;
}
.BgClassName
{
background-color: #A8A25D;
}
</style>
border-color css
<style>
span { border-color: #A8A25D; }
span { border-color: rgb(168,162,93); }
td.TdClassName
{
border-color: #A8A25D;
}
.TagClassName
{
border-color: #A8A25D;
}
</style>