Shades of Gimblet #ABA25C
Tints of Gimblet #ABA25C
RGB
CMYK
RGB Variations
Color information
#ABA25C (or 0xABA25C) is known color: Gimblet. HEX triplet: AB, A2 and 5C. RGB value is (171,162,92). Sum of RGB (Red+Green+Blue) = 171+162+92=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25C is #545DA3. Grayscale: #9D9D9D. Windows color (decimal): -5528996 or 6070955. OLE color: 6070955.
HSL color Cylindrical-coordinate representation of color #ABA25C: hue angle of 53.16º 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 #ABA25C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 92 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.33 |
| HSL | 53.16º | 0.32% | 0.52% | - |
| HSV(B) | 53.16º | 0.46% | 0.67% | - |
| XYZ | 31.65 | 35.27 | 15.27 | - |
| YUV | 156.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 92 | 0 | 0.05 | 0.46 | 0.33 | 53.16 | 0.32 | 0.52 |
| Hex | AB | A2 | 5C | 0 | 5 | 2E | 21 | 35 | 20 | 34 |
| Octal | 253 | 242 | 134 | 0 | 5 | 56 | 41 | 65 | 40 | 64 |
| Binary | 10101011 | 10100010 | 1011100 | 0 | 101 | 101110 | 100001 | 110101 | 100000 | 110100 |
Color Harmonies of #ABA25C
Complementary color
Monochromatic Colors of #ABA25C
Black with #ABA25C
Text Example
Text Example
White with #ABA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA25C; }
p { color: rgb(171,162,92); }
H1.HeaderClassName
{
color: #ABA25C;
}
.AnyTagClassName
{
color: #ABA25C;
}
</style>
background-color css
<style>
a { background-color: #ABA25C; }
a { background-color: rgb(171,162,92); }
div.DivClassName
{
background-color: #ABA25C;
}
.BgClassName
{
background-color: #ABA25C;
}
</style>
border-color css
<style>
span { border-color: #ABA25C; }
span { border-color: rgb(171,162,92); }
td.TdClassName
{
border-color: #ABA25C;
}
.TagClassName
{
border-color: #ABA25C;
}
</style>