Shades of Gimblet #ABA96E
Tints of Gimblet #ABA96E
RGB
CMYK
RGB Variations
Color information
#ABA96E (or 0xABA96E) is known color: Gimblet. HEX triplet: AB, A9 and 6E. RGB value is (171,169,110). Sum of RGB (Red+Green+Blue) = 171+169+110=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA96E is #545691. Grayscale: #A3A3A3. Windows color (decimal): -5527186 or 7252395. OLE color: 7252395.
HSL color Cylindrical-coordinate representation of color #ABA96E: hue angle of 58.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA96E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 110 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.33 |
| HSL | 58.03º | 0.27% | 0.55% | - |
| HSV(B) | 58.03º | 0.36% | 0.67% | - |
| XYZ | 33.8 | 38.16 | 20.34 | - |
| YUV | 162.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 110 | 0 | 0.01 | 0.36 | 0.33 | 58.03 | 0.27 | 0.55 |
| Hex | AB | A9 | 6E | 0 | 1 | 24 | 21 | 3A | 1B | 37 |
| Octal | 253 | 251 | 156 | 0 | 1 | 44 | 41 | 72 | 33 | 67 |
| Binary | 10101011 | 10101001 | 1101110 | 0 | 1 | 100100 | 100001 | 111010 | 11011 | 110111 |
Color Harmonies of #ABA96E
Complementary color
Monochromatic Colors of #ABA96E
Black with #ABA96E
Text Example
Text Example
White with #ABA96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA96E; }
p { color: rgb(171,169,110); }
H1.HeaderClassName
{
color: #ABA96E;
}
.AnyTagClassName
{
color: #ABA96E;
}
</style>
background-color css
<style>
a { background-color: #ABA96E; }
a { background-color: rgb(171,169,110); }
div.DivClassName
{
background-color: #ABA96E;
}
.BgClassName
{
background-color: #ABA96E;
}
</style>
border-color css
<style>
span { border-color: #ABA96E; }
span { border-color: rgb(171,169,110); }
td.TdClassName
{
border-color: #ABA96E;
}
.TagClassName
{
border-color: #ABA96E;
}
</style>