Shades of Lucky #ABA608
Tints of Lucky #ABA608
RGB
CMYK
RGB Variations
Color information
#ABA608 (or 0xABA608) is known color: Lucky. HEX triplet: AB, A6 and 08. RGB value is (171,166,8). Sum of RGB (Red+Green+Blue) = 171+166+8=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA608 is #5459F7. Grayscale: #969696. Windows color (decimal): -5528056 or 566955. OLE color: 566955.
HSL color Cylindrical-coordinate representation of color #ABA608: hue angle of 58.16º 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 #ABA608 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.33 |
| HSL | 58.16º | 0.91% | 0.35% | - |
| HSV(B) | 58.16º | 0.95% | 0.67% | - |
| XYZ | 30.47 | 35.95 | 5.56 | - |
| YUV | 149.48 | 48.16 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 8 | 0 | 0.03 | 0.95 | 0.33 | 58.16 | 0.91 | 0.35 |
| Hex | AB | A6 | 8 | 0 | 3 | 5F | 21 | 3A | 5B | 23 |
| Octal | 253 | 246 | 10 | 0 | 3 | 137 | 41 | 72 | 133 | 43 |
| Binary | 10101011 | 10100110 | 1000 | 0 | 11 | 1011111 | 100001 | 111010 | 1011011 | 100011 |
Color Harmonies of #ABA608
Complementary color
Monochromatic Colors of #ABA608
Black with #ABA608
Text Example
Text Example
White with #ABA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA608; }
p { color: rgb(171,166,8); }
H1.HeaderClassName
{
color: #ABA608;
}
.AnyTagClassName
{
color: #ABA608;
}
</style>
background-color css
<style>
a { background-color: #ABA608; }
a { background-color: rgb(171,166,8); }
div.DivClassName
{
background-color: #ABA608;
}
.BgClassName
{
background-color: #ABA608;
}
</style>
border-color css
<style>
span { border-color: #ABA608; }
span { border-color: rgb(171,166,8); }
td.TdClassName
{
border-color: #ABA608;
}
.TagClassName
{
border-color: #ABA608;
}
</style>