Shades of Gimblet #ABA35C
Tints of Gimblet #ABA35C
RGB
CMYK
RGB Variations
Color information
#ABA35C (or 0xABA35C) is known color: Gimblet. HEX triplet: AB, A3 and 5C. RGB value is (171,163,92). Sum of RGB (Red+Green+Blue) = 171+163+92=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35C is #545CA3. Grayscale: #9D9D9D. Windows color (decimal): -5528740 or 6071211. OLE color: 6071211.
HSL color Cylindrical-coordinate representation of color #ABA35C: hue angle of 53.92º 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 #ABA35C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 92 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.33 |
| HSL | 53.92º | 0.32% | 0.52% | - |
| HSV(B) | 53.92º | 0.46% | 0.67% | - |
| XYZ | 31.82 | 35.63 | 15.32 | - |
| YUV | 157.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 92 | 0 | 0.05 | 0.46 | 0.33 | 53.92 | 0.32 | 0.52 |
| Hex | AB | A3 | 5C | 0 | 5 | 2E | 21 | 36 | 20 | 34 |
| Octal | 253 | 243 | 134 | 0 | 5 | 56 | 41 | 66 | 40 | 64 |
| Binary | 10101011 | 10100011 | 1011100 | 0 | 101 | 101110 | 100001 | 110110 | 100000 | 110100 |
Color Harmonies of #ABA35C
Complementary color
Monochromatic Colors of #ABA35C
Black with #ABA35C
Text Example
Text Example
White with #ABA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA35C; }
p { color: rgb(171,163,92); }
H1.HeaderClassName
{
color: #ABA35C;
}
.AnyTagClassName
{
color: #ABA35C;
}
</style>
background-color css
<style>
a { background-color: #ABA35C; }
a { background-color: rgb(171,163,92); }
div.DivClassName
{
background-color: #ABA35C;
}
.BgClassName
{
background-color: #ABA35C;
}
</style>
border-color css
<style>
span { border-color: #ABA35C; }
span { border-color: rgb(171,163,92); }
td.TdClassName
{
border-color: #ABA35C;
}
.TagClassName
{
border-color: #ABA35C;
}
</style>