Shades of Gimblet #A89E5F
Tints of Gimblet #A89E5F
RGB
CMYK
RGB Variations
Color information
#A89E5F (or 0xA89E5F) is known color: Gimblet. HEX triplet: A8, 9E and 5F. RGB value is (168,158,95). Sum of RGB (Red+Green+Blue) = 168+158+95=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89E5F is #5761A0. Grayscale: #9A9A9A. Windows color (decimal): -5726625 or 6266536. OLE color: 6266536.
HSL color Cylindrical-coordinate representation of color #A89E5F: hue angle of 51.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89E5F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 95 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.34 |
| HSL | 51.78º | 0.3% | 0.52% | - |
| HSV(B) | 51.78º | 0.43% | 0.66% | - |
| XYZ | 30.44 | 33.6 | 15.71 | - |
| YUV | 153.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 95 | 0 | 0.06 | 0.43 | 0.34 | 51.78 | 0.3 | 0.52 |
| Hex | A8 | 9E | 5F | 0 | 6 | 2B | 22 | 34 | 1E | 34 |
| Octal | 250 | 236 | 137 | 0 | 6 | 53 | 42 | 64 | 36 | 64 |
| Binary | 10101000 | 10011110 | 1011111 | 0 | 110 | 101011 | 100010 | 110100 | 11110 | 110100 |
Color Harmonies of #A89E5F
Complementary color
Monochromatic Colors of #A89E5F
Black with #A89E5F
Text Example
Text Example
White with #A89E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E5F; }
p { color: rgb(168,158,95); }
H1.HeaderClassName
{
color: #A89E5F;
}
.AnyTagClassName
{
color: #A89E5F;
}
</style>
background-color css
<style>
a { background-color: #A89E5F; }
a { background-color: rgb(168,158,95); }
div.DivClassName
{
background-color: #A89E5F;
}
.BgClassName
{
background-color: #A89E5F;
}
</style>
border-color css
<style>
span { border-color: #A89E5F; }
span { border-color: rgb(168,158,95); }
td.TdClassName
{
border-color: #A89E5F;
}
.TagClassName
{
border-color: #A89E5F;
}
</style>