Shades of Gimblet #A89E5E
Tints of Gimblet #A89E5E
RGB
CMYK
RGB Variations
Color information
#A89E5E (or 0xA89E5E) is known color: Gimblet. HEX triplet: A8, 9E and 5E. RGB value is (168,158,94). Sum of RGB (Red+Green+Blue) = 168+158+94=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E5E is #5761A1. Grayscale: #999999. Windows color (decimal): -5726626 or 6201000. OLE color: 6201000.
HSL color Cylindrical-coordinate representation of color #A89E5E: hue angle of 51.89º 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 #A89E5E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 94 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.34 |
| HSL | 51.89º | 0.3% | 0.51% | - |
| HSV(B) | 51.89º | 0.44% | 0.66% | - |
| XYZ | 30.4 | 33.59 | 15.47 | - |
| YUV | 153.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 94 | 0 | 0.06 | 0.44 | 0.34 | 51.89 | 0.3 | 0.51 |
| Hex | A8 | 9E | 5E | 0 | 6 | 2C | 22 | 34 | 1E | 33 |
| Octal | 250 | 236 | 136 | 0 | 6 | 54 | 42 | 64 | 36 | 63 |
| Binary | 10101000 | 10011110 | 1011110 | 0 | 110 | 101100 | 100010 | 110100 | 11110 | 110011 |
Color Harmonies of #A89E5E
Complementary color
Monochromatic Colors of #A89E5E
Black with #A89E5E
Text Example
Text Example
White with #A89E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E5E; }
p { color: rgb(168,158,94); }
H1.HeaderClassName
{
color: #A89E5E;
}
.AnyTagClassName
{
color: #A89E5E;
}
</style>
background-color css
<style>
a { background-color: #A89E5E; }
a { background-color: rgb(168,158,94); }
div.DivClassName
{
background-color: #A89E5E;
}
.BgClassName
{
background-color: #A89E5E;
}
</style>
border-color css
<style>
span { border-color: #A89E5E; }
span { border-color: rgb(168,158,94); }
td.TdClassName
{
border-color: #A89E5E;
}
.TagClassName
{
border-color: #A89E5E;
}
</style>