Shades of Gimblet #ABA05C
Tints of Gimblet #ABA05C
RGB
CMYK
RGB Variations
Color information
#ABA05C (or 0xABA05C) is known color: Gimblet. HEX triplet: AB, A0 and 5C. RGB value is (171,160,92). Sum of RGB (Red+Green+Blue) = 171+160+92=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA05C is #545FA3. Grayscale: #9B9B9B. Windows color (decimal): -5529508 or 6070443. OLE color: 6070443.
HSL color Cylindrical-coordinate representation of color #ABA05C: hue angle of 51.65º 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 #ABA05C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 92 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.33 |
| HSL | 51.65º | 0.32% | 0.52% | - |
| HSV(B) | 51.65º | 0.46% | 0.67% | - |
| XYZ | 31.3 | 34.57 | 15.15 | - |
| YUV | 155.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 92 | 0 | 0.06 | 0.46 | 0.33 | 51.65 | 0.32 | 0.52 |
| Hex | AB | A0 | 5C | 0 | 6 | 2E | 21 | 34 | 20 | 34 |
| Octal | 253 | 240 | 134 | 0 | 6 | 56 | 41 | 64 | 40 | 64 |
| Binary | 10101011 | 10100000 | 1011100 | 0 | 110 | 101110 | 100001 | 110100 | 100000 | 110100 |
Color Harmonies of #ABA05C
Complementary color
Monochromatic Colors of #ABA05C
Black with #ABA05C
Text Example
Text Example
White with #ABA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA05C; }
p { color: rgb(171,160,92); }
H1.HeaderClassName
{
color: #ABA05C;
}
.AnyTagClassName
{
color: #ABA05C;
}
</style>
background-color css
<style>
a { background-color: #ABA05C; }
a { background-color: rgb(171,160,92); }
div.DivClassName
{
background-color: #ABA05C;
}
.BgClassName
{
background-color: #ABA05C;
}
</style>
border-color css
<style>
span { border-color: #ABA05C; }
span { border-color: rgb(171,160,92); }
td.TdClassName
{
border-color: #ABA05C;
}
.TagClassName
{
border-color: #ABA05C;
}
</style>