Shades of Gimblet #ABA45F
Tints of Gimblet #ABA45F
RGB
CMYK
RGB Variations
Color information
#ABA45F (or 0xABA45F) is known color: Gimblet. HEX triplet: AB, A4 and 5F. RGB value is (171,164,95). Sum of RGB (Red+Green+Blue) = 171+164+95=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45F is #545BA0. Grayscale: #9E9E9E. Windows color (decimal): -5528481 or 6268075. OLE color: 6268075.
HSL color Cylindrical-coordinate representation of color #ABA45F: hue angle of 54.47º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABA45F is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 95 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.33 |
| HSL | 54.47º | 0.31% | 0.52% | - |
| HSV(B) | 54.47º | 0.44% | 0.67% | - |
| XYZ | 32.14 | 36.04 | 16.09 | - |
| YUV | 158.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 95 | 0 | 0.04 | 0.44 | 0.33 | 54.47 | 0.31 | 0.52 |
| Hex | AB | A4 | 5F | 0 | 4 | 2C | 21 | 36 | 1F | 34 |
| Octal | 253 | 244 | 137 | 0 | 4 | 54 | 41 | 66 | 37 | 64 |
| Binary | 10101011 | 10100100 | 1011111 | 0 | 100 | 101100 | 100001 | 110110 | 11111 | 110100 |
Color Harmonies of #ABA45F
Complementary color
Monochromatic Colors of #ABA45F
Black with #ABA45F
Text Example
Text Example
White with #ABA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA45F; }
p { color: rgb(171,164,95); }
H1.HeaderClassName
{
color: #ABA45F;
}
.AnyTagClassName
{
color: #ABA45F;
}
</style>
background-color css
<style>
a { background-color: #ABA45F; }
a { background-color: rgb(171,164,95); }
div.DivClassName
{
background-color: #ABA45F;
}
.BgClassName
{
background-color: #ABA45F;
}
</style>
border-color css
<style>
span { border-color: #ABA45F; }
span { border-color: rgb(171,164,95); }
td.TdClassName
{
border-color: #ABA45F;
}
.TagClassName
{
border-color: #ABA45F;
}
</style>