Shades of Gimblet #ABA15D
Tints of Gimblet #ABA15D
RGB
CMYK
RGB Variations
Color information
#ABA15D (or 0xABA15D) is known color: Gimblet. HEX triplet: AB, A1 and 5D. RGB value is (171,161,93). Sum of RGB (Red+Green+Blue) = 171+161+93=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA15D is #545EA2. Grayscale: #9C9C9C. Windows color (decimal): -5529251 or 6136235. OLE color: 6136235.
HSL color Cylindrical-coordinate representation of color #ABA15D: hue angle of 52.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABA15D is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 93 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.33 |
| HSL | 52.31º | 0.32% | 0.52% | - |
| HSV(B) | 52.31º | 0.46% | 0.67% | - |
| XYZ | 31.52 | 34.94 | 15.44 | - |
| YUV | 156.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 93 | 0 | 0.06 | 0.46 | 0.33 | 52.31 | 0.32 | 0.52 |
| Hex | AB | A1 | 5D | 0 | 6 | 2E | 21 | 34 | 20 | 34 |
| Octal | 253 | 241 | 135 | 0 | 6 | 56 | 41 | 64 | 40 | 64 |
| Binary | 10101011 | 10100001 | 1011101 | 0 | 110 | 101110 | 100001 | 110100 | 100000 | 110100 |
Color Harmonies of #ABA15D
Complementary color
Monochromatic Colors of #ABA15D
Black with #ABA15D
Text Example
Text Example
White with #ABA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA15D; }
p { color: rgb(171,161,93); }
H1.HeaderClassName
{
color: #ABA15D;
}
.AnyTagClassName
{
color: #ABA15D;
}
</style>
background-color css
<style>
a { background-color: #ABA15D; }
a { background-color: rgb(171,161,93); }
div.DivClassName
{
background-color: #ABA15D;
}
.BgClassName
{
background-color: #ABA15D;
}
</style>
border-color css
<style>
span { border-color: #ABA15D; }
span { border-color: rgb(171,161,93); }
td.TdClassName
{
border-color: #ABA15D;
}
.TagClassName
{
border-color: #ABA15D;
}
</style>