Shades of Gimblet #ABA45A
Tints of Gimblet #ABA45A
RGB
CMYK
RGB Variations
Color information
#ABA45A (or 0xABA45A) is known color: Gimblet. HEX triplet: AB, A4 and 5A. RGB value is (171,164,90). Sum of RGB (Red+Green+Blue) = 171+164+90=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA45A is #545BA5. Grayscale: #9D9D9D. Windows color (decimal): -5528486 or 5940395. OLE color: 5940395.
HSL color Cylindrical-coordinate representation of color #ABA45A: hue angle of 54.81º 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 #ABA45A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 90 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.33 |
| HSL | 54.81º | 0.33% | 0.51% | - |
| HSV(B) | 54.81º | 0.47% | 0.67% | - |
| XYZ | 31.92 | 35.95 | 14.93 | - |
| YUV | 157.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 90 | 0 | 0.04 | 0.47 | 0.33 | 54.81 | 0.33 | 0.51 |
| Hex | AB | A4 | 5A | 0 | 4 | 2F | 21 | 37 | 21 | 33 |
| Octal | 253 | 244 | 132 | 0 | 4 | 57 | 41 | 67 | 41 | 63 |
| Binary | 10101011 | 10100100 | 1011010 | 0 | 100 | 101111 | 100001 | 110111 | 100001 | 110011 |
Color Harmonies of #ABA45A
Complementary color
Monochromatic Colors of #ABA45A
Black with #ABA45A
Text Example
Text Example
White with #ABA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA45A; }
p { color: rgb(171,164,90); }
H1.HeaderClassName
{
color: #ABA45A;
}
.AnyTagClassName
{
color: #ABA45A;
}
</style>
background-color css
<style>
a { background-color: #ABA45A; }
a { background-color: rgb(171,164,90); }
div.DivClassName
{
background-color: #ABA45A;
}
.BgClassName
{
background-color: #ABA45A;
}
</style>
border-color css
<style>
span { border-color: #ABA45A; }
span { border-color: rgb(171,164,90); }
td.TdClassName
{
border-color: #ABA45A;
}
.TagClassName
{
border-color: #ABA45A;
}
</style>