Shades of Lucky #ABA008
Tints of Lucky #ABA008
RGB
CMYK
RGB Variations
Color information
#ABA008 (or 0xABA008) is known color: Lucky. HEX triplet: AB, A0 and 08. RGB value is (171,160,8). Sum of RGB (Red+Green+Blue) = 171+160+8=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA008 is #545FF7. Grayscale: #929292. Windows color (decimal): -5529592 or 565419. OLE color: 565419.
HSL color Cylindrical-coordinate representation of color #ABA008: hue angle of 55.95º 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 #ABA008 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 8 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.33 |
| HSL | 55.95º | 0.91% | 0.35% | - |
| HSV(B) | 55.95º | 0.95% | 0.67% | - |
| XYZ | 29.41 | 33.82 | 5.21 | - |
| YUV | 145.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 8 | 0 | 0.06 | 0.95 | 0.33 | 55.95 | 0.91 | 0.35 |
| Hex | AB | A0 | 8 | 0 | 6 | 5F | 21 | 38 | 5B | 23 |
| Octal | 253 | 240 | 10 | 0 | 6 | 137 | 41 | 70 | 133 | 43 |
| Binary | 10101011 | 10100000 | 1000 | 0 | 110 | 1011111 | 100001 | 111000 | 1011011 | 100011 |
Color Harmonies of #ABA008
Complementary color
Monochromatic Colors of #ABA008
Black with #ABA008
Text Example
Text Example
White with #ABA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA008; }
p { color: rgb(171,160,8); }
H1.HeaderClassName
{
color: #ABA008;
}
.AnyTagClassName
{
color: #ABA008;
}
</style>
background-color css
<style>
a { background-color: #ABA008; }
a { background-color: rgb(171,160,8); }
div.DivClassName
{
background-color: #ABA008;
}
.BgClassName
{
background-color: #ABA008;
}
</style>
border-color css
<style>
span { border-color: #ABA008; }
span { border-color: rgb(171,160,8); }
td.TdClassName
{
border-color: #ABA008;
}
.TagClassName
{
border-color: #ABA008;
}
</style>