Shades of Lucky #ABA41B
Tints of Lucky #ABA41B
RGB
CMYK
RGB Variations
Color information
#ABA41B (or 0xABA41B) is known color: Lucky. HEX triplet: AB, A4 and 1B. RGB value is (171,164,27). Sum of RGB (Red+Green+Blue) = 171+164+27=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA41B is #545BE4. Grayscale: #979797. Windows color (decimal): -5528549 or 1811627. OLE color: 1811627.
HSL color Cylindrical-coordinate representation of color #ABA41B: hue angle of 57.08º 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 #ABA41B is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 27 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.33 |
| HSL | 57.08º | 0.73% | 0.39% | - |
| HSV(B) | 57.08º | 0.84% | 0.67% | - |
| XYZ | 30.27 | 35.29 | 6.25 | - |
| YUV | 150.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 27 | 0 | 0.04 | 0.84 | 0.33 | 57.08 | 0.73 | 0.39 |
| Hex | AB | A4 | 1B | 0 | 4 | 54 | 21 | 39 | 49 | 27 |
| Octal | 253 | 244 | 33 | 0 | 4 | 124 | 41 | 71 | 111 | 47 |
| Binary | 10101011 | 10100100 | 11011 | 0 | 100 | 1010100 | 100001 | 111001 | 1001001 | 100111 |
Color Harmonies of #ABA41B
Complementary color
Monochromatic Colors of #ABA41B
Black with #ABA41B
Text Example
Text Example
White with #ABA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA41B; }
p { color: rgb(171,164,27); }
H1.HeaderClassName
{
color: #ABA41B;
}
.AnyTagClassName
{
color: #ABA41B;
}
</style>
background-color css
<style>
a { background-color: #ABA41B; }
a { background-color: rgb(171,164,27); }
div.DivClassName
{
background-color: #ABA41B;
}
.BgClassName
{
background-color: #ABA41B;
}
</style>
border-color css
<style>
span { border-color: #ABA41B; }
span { border-color: rgb(171,164,27); }
td.TdClassName
{
border-color: #ABA41B;
}
.TagClassName
{
border-color: #ABA41B;
}
</style>