Shades of Lucky #ABA508
Tints of Lucky #ABA508
RGB
CMYK
RGB Variations
Color information
#ABA508 (or 0xABA508) is known color: Lucky. HEX triplet: AB, A5 and 08. RGB value is (171,165,8). Sum of RGB (Red+Green+Blue) = 171+165+8=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA508 is #545AF7. Grayscale: #959595. Windows color (decimal): -5528312 or 566699. OLE color: 566699.
HSL color Cylindrical-coordinate representation of color #ABA508: hue angle of 57.79º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABA508 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 8 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.33 |
| HSL | 57.79º | 0.91% | 0.35% | - |
| HSV(B) | 57.79º | 0.95% | 0.67% | - |
| XYZ | 30.29 | 35.59 | 5.5 | - |
| YUV | 148.9 | 48.49 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 8 | 0 | 0.04 | 0.95 | 0.33 | 57.79 | 0.91 | 0.35 |
| Hex | AB | A5 | 8 | 0 | 4 | 5F | 21 | 3A | 5B | 23 |
| Octal | 253 | 245 | 10 | 0 | 4 | 137 | 41 | 72 | 133 | 43 |
| Binary | 10101011 | 10100101 | 1000 | 0 | 100 | 1011111 | 100001 | 111010 | 1011011 | 100011 |
Color Harmonies of #ABA508
Complementary color
Monochromatic Colors of #ABA508
Black with #ABA508
Text Example
Text Example
White with #ABA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA508; }
p { color: rgb(171,165,8); }
H1.HeaderClassName
{
color: #ABA508;
}
.AnyTagClassName
{
color: #ABA508;
}
</style>
background-color css
<style>
a { background-color: #ABA508; }
a { background-color: rgb(171,165,8); }
div.DivClassName
{
background-color: #ABA508;
}
.BgClassName
{
background-color: #ABA508;
}
</style>
border-color css
<style>
span { border-color: #ABA508; }
span { border-color: rgb(171,165,8); }
td.TdClassName
{
border-color: #ABA508;
}
.TagClassName
{
border-color: #ABA508;
}
</style>