Shades of Gimblet #ABA35B
Tints of Gimblet #ABA35B
RGB
CMYK
RGB Variations
Color information
#ABA35B (or 0xABA35B) is known color: Gimblet. HEX triplet: AB, A3 and 5B. RGB value is (171,163,91). Sum of RGB (Red+Green+Blue) = 171+163+91=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35B is #545CA4. Grayscale: #9D9D9D. Windows color (decimal): -5528741 or 6005675. OLE color: 6005675.
HSL color Cylindrical-coordinate representation of color #ABA35B: hue angle of 54º degrees, saturation: 0.32, 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 #ABA35B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 91 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.33 |
| HSL | 54º | 0.32% | 0.51% | - |
| HSV(B) | 54º | 0.47% | 0.67% | - |
| XYZ | 31.78 | 35.61 | 15.1 | - |
| YUV | 157.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 91 | 0 | 0.05 | 0.47 | 0.33 | 54 | 0.32 | 0.51 |
| Hex | AB | A3 | 5B | 0 | 5 | 2F | 21 | 36 | 20 | 33 |
| Octal | 253 | 243 | 133 | 0 | 5 | 57 | 41 | 66 | 40 | 63 |
| Binary | 10101011 | 10100011 | 1011011 | 0 | 101 | 101111 | 100001 | 110110 | 100000 | 110011 |
Color Harmonies of #ABA35B
Complementary color
Monochromatic Colors of #ABA35B
Black with #ABA35B
Text Example
Text Example
White with #ABA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA35B; }
p { color: rgb(171,163,91); }
H1.HeaderClassName
{
color: #ABA35B;
}
.AnyTagClassName
{
color: #ABA35B;
}
</style>
background-color css
<style>
a { background-color: #ABA35B; }
a { background-color: rgb(171,163,91); }
div.DivClassName
{
background-color: #ABA35B;
}
.BgClassName
{
background-color: #ABA35B;
}
</style>
border-color css
<style>
span { border-color: #ABA35B; }
span { border-color: rgb(171,163,91); }
td.TdClassName
{
border-color: #ABA35B;
}
.TagClassName
{
border-color: #ABA35B;
}
</style>