Shades of Lucky #ABA505
Tints of Lucky #ABA505
RGB
CMYK
RGB Variations
Color information
#ABA505 (or 0xABA505) is known color: Lucky. HEX triplet: AB, A5 and 05. RGB value is (171,165,5). Sum of RGB (Red+Green+Blue) = 171+165+5=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA505 is #545AFA. Grayscale: #959595. Windows color (decimal): -5528315 or 370091. OLE color: 370091.
HSL color Cylindrical-coordinate representation of color #ABA505: hue angle of 57.83º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABA505 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.33 |
| HSL | 57.83º | 0.94% | 0.35% | - |
| HSV(B) | 57.83º | 0.97% | 0.67% | - |
| XYZ | 30.28 | 35.58 | 5.42 | - |
| YUV | 148.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 5 | 0 | 0.04 | 0.97 | 0.33 | 57.83 | 0.94 | 0.35 |
| Hex | AB | A5 | 5 | 0 | 4 | 61 | 21 | 3A | 5E | 23 |
| Octal | 253 | 245 | 5 | 0 | 4 | 141 | 41 | 72 | 136 | 43 |
| Binary | 10101011 | 10100101 | 101 | 0 | 100 | 1100001 | 100001 | 111010 | 1011110 | 100011 |
Color Harmonies of #ABA505
Complementary color
Monochromatic Colors of #ABA505
Black with #ABA505
Text Example
Text Example
White with #ABA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA505; }
p { color: rgb(171,165,5); }
H1.HeaderClassName
{
color: #ABA505;
}
.AnyTagClassName
{
color: #ABA505;
}
</style>
background-color css
<style>
a { background-color: #ABA505; }
a { background-color: rgb(171,165,5); }
div.DivClassName
{
background-color: #ABA505;
}
.BgClassName
{
background-color: #ABA505;
}
</style>
border-color css
<style>
span { border-color: #ABA505; }
span { border-color: rgb(171,165,5); }
td.TdClassName
{
border-color: #ABA505;
}
.TagClassName
{
border-color: #ABA505;
}
</style>