Shades of Lucky #ABA11F
Tints of Lucky #ABA11F
RGB
CMYK
RGB Variations
Color information
#ABA11F (or 0xABA11F) is known color: Lucky. HEX triplet: AB, A1 and 1F. RGB value is (171,161,31). Sum of RGB (Red+Green+Blue) = 171+161+31=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA11F is #545EE0. Grayscale: #959595. Windows color (decimal): -5529313 or 2073003. OLE color: 2073003.
HSL color Cylindrical-coordinate representation of color #ABA11F: hue angle of 55.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABA11F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 31 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.33 |
| HSL | 55.71º | 0.69% | 0.4% | - |
| HSV(B) | 55.71º | 0.82% | 0.67% | - |
| XYZ | 29.79 | 34.25 | 6.34 | - |
| YUV | 149.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 31 | 0 | 0.06 | 0.82 | 0.33 | 55.71 | 0.69 | 0.4 |
| Hex | AB | A1 | 1F | 0 | 6 | 52 | 21 | 38 | 45 | 28 |
| Octal | 253 | 241 | 37 | 0 | 6 | 122 | 41 | 70 | 105 | 50 |
| Binary | 10101011 | 10100001 | 11111 | 0 | 110 | 1010010 | 100001 | 111000 | 1000101 | 101000 |
Color Harmonies of #ABA11F
Complementary color
Monochromatic Colors of #ABA11F
Black with #ABA11F
Text Example
Text Example
White with #ABA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA11F; }
p { color: rgb(171,161,31); }
H1.HeaderClassName
{
color: #ABA11F;
}
.AnyTagClassName
{
color: #ABA11F;
}
</style>
background-color css
<style>
a { background-color: #ABA11F; }
a { background-color: rgb(171,161,31); }
div.DivClassName
{
background-color: #ABA11F;
}
.BgClassName
{
background-color: #ABA11F;
}
</style>
border-color css
<style>
span { border-color: #ABA11F; }
span { border-color: rgb(171,161,31); }
td.TdClassName
{
border-color: #ABA11F;
}
.TagClassName
{
border-color: #ABA11F;
}
</style>