Shades of Gimblet #A8A263
Tints of Gimblet #A8A263
RGB
CMYK
RGB Variations
Color information
#A8A263 (or 0xA8A263) is known color: Gimblet. HEX triplet: A8, A2 and 63. RGB value is (168,162,99). Sum of RGB (Red+Green+Blue) = 168+162+99=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A263 is #575D9C. Grayscale: #9C9C9C. Windows color (decimal): -5725597 or 6529704. OLE color: 6529704.
HSL color Cylindrical-coordinate representation of color #A8A263: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8A263 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 99 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.34 |
| HSL | 54.78º | 0.28% | 0.52% | - |
| HSV(B) | 54.78º | 0.41% | 0.66% | - |
| XYZ | 31.32 | 35.07 | 16.92 | - |
| YUV | 156.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 99 | 0 | 0.04 | 0.41 | 0.34 | 54.78 | 0.28 | 0.52 |
| Hex | A8 | A2 | 63 | 0 | 4 | 29 | 22 | 37 | 1C | 34 |
| Octal | 250 | 242 | 143 | 0 | 4 | 51 | 42 | 67 | 34 | 64 |
| Binary | 10101000 | 10100010 | 1100011 | 0 | 100 | 101001 | 100010 | 110111 | 11100 | 110100 |
Color Harmonies of #A8A263
Complementary color
Monochromatic Colors of #A8A263
Black with #A8A263
Text Example
Text Example
White with #A8A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A263; }
p { color: rgb(168,162,99); }
H1.HeaderClassName
{
color: #A8A263;
}
.AnyTagClassName
{
color: #A8A263;
}
</style>
background-color css
<style>
a { background-color: #A8A263; }
a { background-color: rgb(168,162,99); }
div.DivClassName
{
background-color: #A8A263;
}
.BgClassName
{
background-color: #A8A263;
}
</style>
border-color css
<style>
span { border-color: #A8A263; }
span { border-color: rgb(168,162,99); }
td.TdClassName
{
border-color: #A8A263;
}
.TagClassName
{
border-color: #A8A263;
}
</style>