Shades of Gimblet #ABA35D
Tints of Gimblet #ABA35D
RGB
CMYK
RGB Variations
Color information
#ABA35D (or 0xABA35D) is known color: Gimblet. HEX triplet: AB, A3 and 5D. RGB value is (171,163,93). Sum of RGB (Red+Green+Blue) = 171+163+93=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA35D is #545CA2. Grayscale: #9D9D9D. Windows color (decimal): -5528739 or 6136747. OLE color: 6136747.
HSL color Cylindrical-coordinate representation of color #ABA35D: hue angle of 53.85º 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 #ABA35D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 93 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.33 |
| HSL | 53.85º | 0.32% | 0.52% | - |
| HSV(B) | 53.85º | 0.46% | 0.67% | - |
| XYZ | 31.87 | 35.64 | 15.56 | - |
| YUV | 157.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 93 | 0 | 0.05 | 0.46 | 0.33 | 53.85 | 0.32 | 0.52 |
| Hex | AB | A3 | 5D | 0 | 5 | 2E | 21 | 36 | 20 | 34 |
| Octal | 253 | 243 | 135 | 0 | 5 | 56 | 41 | 66 | 40 | 64 |
| Binary | 10101011 | 10100011 | 1011101 | 0 | 101 | 101110 | 100001 | 110110 | 100000 | 110100 |
Color Harmonies of #ABA35D
Complementary color
Monochromatic Colors of #ABA35D
Black with #ABA35D
Text Example
Text Example
White with #ABA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA35D; }
p { color: rgb(171,163,93); }
H1.HeaderClassName
{
color: #ABA35D;
}
.AnyTagClassName
{
color: #ABA35D;
}
</style>
background-color css
<style>
a { background-color: #ABA35D; }
a { background-color: rgb(171,163,93); }
div.DivClassName
{
background-color: #ABA35D;
}
.BgClassName
{
background-color: #ABA35D;
}
</style>
border-color css
<style>
span { border-color: #ABA35D; }
span { border-color: rgb(171,163,93); }
td.TdClassName
{
border-color: #ABA35D;
}
.TagClassName
{
border-color: #ABA35D;
}
</style>