Shades of Lucky #ABA817
Tints of Lucky #ABA817
RGB
CMYK
RGB Variations
Color information
#ABA817 (or 0xABA817) is known color: Lucky. HEX triplet: AB, A8 and 17. RGB value is (171,168,23). Sum of RGB (Red+Green+Blue) = 171+168+23=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA817 is #5457E8. Grayscale: #989898. Windows color (decimal): -5527529 or 1550507. OLE color: 1550507.
HSL color Cylindrical-coordinate representation of color #ABA817: hue angle of 58.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA817 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 23 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.33 |
| HSL | 58.78º | 0.76% | 0.38% | - |
| HSV(B) | 58.78º | 0.87% | 0.67% | - |
| XYZ | 30.95 | 36.73 | 6.27 | - |
| YUV | 152.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 23 | 0 | 0.02 | 0.87 | 0.33 | 58.78 | 0.76 | 0.38 |
| Hex | AB | A8 | 17 | 0 | 2 | 57 | 21 | 3B | 4C | 26 |
| Octal | 253 | 250 | 27 | 0 | 2 | 127 | 41 | 73 | 114 | 46 |
| Binary | 10101011 | 10101000 | 10111 | 0 | 10 | 1010111 | 100001 | 111011 | 1001100 | 100110 |
Color Harmonies of #ABA817
Complementary color
Monochromatic Colors of #ABA817
Black with #ABA817
Text Example
Text Example
White with #ABA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA817; }
p { color: rgb(171,168,23); }
H1.HeaderClassName
{
color: #ABA817;
}
.AnyTagClassName
{
color: #ABA817;
}
</style>
background-color css
<style>
a { background-color: #ABA817; }
a { background-color: rgb(171,168,23); }
div.DivClassName
{
background-color: #ABA817;
}
.BgClassName
{
background-color: #ABA817;
}
</style>
border-color css
<style>
span { border-color: #ABA817; }
span { border-color: rgb(171,168,23); }
td.TdClassName
{
border-color: #ABA817;
}
.TagClassName
{
border-color: #ABA817;
}
</style>