Shades of Gimblet #AB9F64
Tints of Gimblet #AB9F64
RGB
CMYK
RGB Variations
Color information
#AB9F64 (or 0xAB9F64) is known color: Gimblet. HEX triplet: AB, 9F and 64. RGB value is (171,159,100). Sum of RGB (Red+Green+Blue) = 171+159+100=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F64 is #54609B. Grayscale: #9C9C9C. Windows color (decimal): -5529756 or 6594475. OLE color: 6594475.
HSL color Cylindrical-coordinate representation of color #AB9F64: hue angle of 49.86º 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 #AB9F64 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 100 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.33 |
| HSL | 49.86º | 0.3% | 0.53% | - |
| HSV(B) | 49.86º | 0.42% | 0.67% | - |
| XYZ | 31.49 | 34.37 | 17.03 | - |
| YUV | 155.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 100 | 0 | 0.07 | 0.42 | 0.33 | 49.86 | 0.3 | 0.53 |
| Hex | AB | 9F | 64 | 0 | 7 | 2A | 21 | 32 | 1E | 35 |
| Octal | 253 | 237 | 144 | 0 | 7 | 52 | 41 | 62 | 36 | 65 |
| Binary | 10101011 | 10011111 | 1100100 | 0 | 111 | 101010 | 100001 | 110010 | 11110 | 110101 |
Color Harmonies of #AB9F64
Complementary color
Monochromatic Colors of #AB9F64
Black with #AB9F64
Text Example
Text Example
White with #AB9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F64; }
p { color: rgb(171,159,100); }
H1.HeaderClassName
{
color: #AB9F64;
}
.AnyTagClassName
{
color: #AB9F64;
}
</style>
background-color css
<style>
a { background-color: #AB9F64; }
a { background-color: rgb(171,159,100); }
div.DivClassName
{
background-color: #AB9F64;
}
.BgClassName
{
background-color: #AB9F64;
}
</style>
border-color css
<style>
span { border-color: #AB9F64; }
span { border-color: rgb(171,159,100); }
td.TdClassName
{
border-color: #AB9F64;
}
.TagClassName
{
border-color: #AB9F64;
}
</style>