Shades of Gimblet #ABA55C
Tints of Gimblet #ABA55C
RGB
CMYK
RGB Variations
Color information
#ABA55C (or 0xABA55C) is known color: Gimblet. HEX triplet: AB, A5 and 5C. RGB value is (171,165,92). Sum of RGB (Red+Green+Blue) = 171+165+92=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA55C is #545AA3. Grayscale: #9E9E9E. Windows color (decimal): -5528228 or 6071723. OLE color: 6071723.
HSL color Cylindrical-coordinate representation of color #ABA55C: hue angle of 55.44º 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 #ABA55C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 92 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.33 |
| HSL | 55.44º | 0.32% | 0.52% | - |
| HSV(B) | 55.44º | 0.46% | 0.67% | - |
| XYZ | 32.18 | 36.34 | 15.44 | - |
| YUV | 158.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 92 | 0 | 0.04 | 0.46 | 0.33 | 55.44 | 0.32 | 0.52 |
| Hex | AB | A5 | 5C | 0 | 4 | 2E | 21 | 37 | 20 | 34 |
| Octal | 253 | 245 | 134 | 0 | 4 | 56 | 41 | 67 | 40 | 64 |
| Binary | 10101011 | 10100101 | 1011100 | 0 | 100 | 101110 | 100001 | 110111 | 100000 | 110100 |
Color Harmonies of #ABA55C
Complementary color
Monochromatic Colors of #ABA55C
Black with #ABA55C
Text Example
Text Example
White with #ABA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA55C; }
p { color: rgb(171,165,92); }
H1.HeaderClassName
{
color: #ABA55C;
}
.AnyTagClassName
{
color: #ABA55C;
}
</style>
background-color css
<style>
a { background-color: #ABA55C; }
a { background-color: rgb(171,165,92); }
div.DivClassName
{
background-color: #ABA55C;
}
.BgClassName
{
background-color: #ABA55C;
}
</style>
border-color css
<style>
span { border-color: #ABA55C; }
span { border-color: rgb(171,165,92); }
td.TdClassName
{
border-color: #ABA55C;
}
.TagClassName
{
border-color: #ABA55C;
}
</style>