Shades of Gimblet #AB9E64
Tints of Gimblet #AB9E64
RGB
CMYK
RGB Variations
Color information
#AB9E64 (or 0xAB9E64) is known color: Gimblet. HEX triplet: AB, 9E and 64. RGB value is (171,158,100). Sum of RGB (Red+Green+Blue) = 171+158+100=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9E64 is #54619B. Grayscale: #9B9B9B. Windows color (decimal): -5530012 or 6594219. OLE color: 6594219.
HSL color Cylindrical-coordinate representation of color #AB9E64: hue angle of 49.01º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB9E64 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 100 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.33 |
| HSL | 49.01º | 0.3% | 0.53% | - |
| HSV(B) | 49.01º | 0.42% | 0.67% | - |
| XYZ | 31.32 | 34.03 | 16.97 | - |
| YUV | 155.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 100 | 0 | 0.08 | 0.42 | 0.33 | 49.01 | 0.3 | 0.53 |
| Hex | AB | 9E | 64 | 0 | 8 | 2A | 21 | 31 | 1E | 35 |
| Octal | 253 | 236 | 144 | 0 | 10 | 52 | 41 | 61 | 36 | 65 |
| Binary | 10101011 | 10011110 | 1100100 | 0 | 1000 | 101010 | 100001 | 110001 | 11110 | 110101 |
Color Harmonies of #AB9E64
Complementary color
Monochromatic Colors of #AB9E64
Black with #AB9E64
Text Example
Text Example
White with #AB9E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E64; }
p { color: rgb(171,158,100); }
H1.HeaderClassName
{
color: #AB9E64;
}
.AnyTagClassName
{
color: #AB9E64;
}
</style>
background-color css
<style>
a { background-color: #AB9E64; }
a { background-color: rgb(171,158,100); }
div.DivClassName
{
background-color: #AB9E64;
}
.BgClassName
{
background-color: #AB9E64;
}
</style>
border-color css
<style>
span { border-color: #AB9E64; }
span { border-color: rgb(171,158,100); }
td.TdClassName
{
border-color: #AB9E64;
}
.TagClassName
{
border-color: #AB9E64;
}
</style>