Shades of Lucky #ABA31B
Tints of Lucky #ABA31B
RGB
CMYK
RGB Variations
Color information
#ABA31B (or 0xABA31B) is known color: Lucky. HEX triplet: AB, A3 and 1B. RGB value is (171,163,27). Sum of RGB (Red+Green+Blue) = 171+163+27=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31B is #545CE4. Grayscale: #969696. Windows color (decimal): -5528805 or 1811371. OLE color: 1811371.
HSL color Cylindrical-coordinate representation of color #ABA31B: hue angle of 56.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA31B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 27 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.33 |
| HSL | 56.67º | 0.73% | 0.39% | - |
| HSV(B) | 56.67º | 0.84% | 0.67% | - |
| XYZ | 30.09 | 34.93 | 6.19 | - |
| YUV | 149.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 27 | 0 | 0.05 | 0.84 | 0.33 | 56.67 | 0.73 | 0.39 |
| Hex | AB | A3 | 1B | 0 | 5 | 54 | 21 | 39 | 49 | 27 |
| Octal | 253 | 243 | 33 | 0 | 5 | 124 | 41 | 71 | 111 | 47 |
| Binary | 10101011 | 10100011 | 11011 | 0 | 101 | 1010100 | 100001 | 111001 | 1001001 | 100111 |
Color Harmonies of #ABA31B
Complementary color
Monochromatic Colors of #ABA31B
Black with #ABA31B
Text Example
Text Example
White with #ABA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA31B; }
p { color: rgb(171,163,27); }
H1.HeaderClassName
{
color: #ABA31B;
}
.AnyTagClassName
{
color: #ABA31B;
}
</style>
background-color css
<style>
a { background-color: #ABA31B; }
a { background-color: rgb(171,163,27); }
div.DivClassName
{
background-color: #ABA31B;
}
.BgClassName
{
background-color: #ABA31B;
}
</style>
border-color css
<style>
span { border-color: #ABA31B; }
span { border-color: rgb(171,163,27); }
td.TdClassName
{
border-color: #ABA31B;
}
.TagClassName
{
border-color: #ABA31B;
}
</style>