Shades of Gimblet #ABA25A
Tints of Gimblet #ABA25A
RGB
CMYK
RGB Variations
Color information
#ABA25A (or 0xABA25A) is known color: Gimblet. HEX triplet: AB, A2 and 5A. RGB value is (171,162,90). Sum of RGB (Red+Green+Blue) = 171+162+90=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25A is #545DA5. Grayscale: #9C9C9C. Windows color (decimal): -5528998 or 5939883. OLE color: 5939883.
HSL color Cylindrical-coordinate representation of color #ABA25A: hue angle of 53.33º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA25A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 90 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.33 |
| HSL | 53.33º | 0.33% | 0.51% | - |
| HSV(B) | 53.33º | 0.47% | 0.67% | - |
| XYZ | 31.56 | 35.24 | 14.81 | - |
| YUV | 156.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 90 | 0 | 0.05 | 0.47 | 0.33 | 53.33 | 0.33 | 0.51 |
| Hex | AB | A2 | 5A | 0 | 5 | 2F | 21 | 35 | 21 | 33 |
| Octal | 253 | 242 | 132 | 0 | 5 | 57 | 41 | 65 | 41 | 63 |
| Binary | 10101011 | 10100010 | 1011010 | 0 | 101 | 101111 | 100001 | 110101 | 100001 | 110011 |
Color Harmonies of #ABA25A
Complementary color
Monochromatic Colors of #ABA25A
Black with #ABA25A
Text Example
Text Example
White with #ABA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA25A; }
p { color: rgb(171,162,90); }
H1.HeaderClassName
{
color: #ABA25A;
}
.AnyTagClassName
{
color: #ABA25A;
}
</style>
background-color css
<style>
a { background-color: #ABA25A; }
a { background-color: rgb(171,162,90); }
div.DivClassName
{
background-color: #ABA25A;
}
.BgClassName
{
background-color: #ABA25A;
}
</style>
border-color css
<style>
span { border-color: #ABA25A; }
span { border-color: rgb(171,162,90); }
td.TdClassName
{
border-color: #ABA25A;
}
.TagClassName
{
border-color: #ABA25A;
}
</style>