Shades of Lucky #ACA80E
Tints of Lucky #ACA80E
RGB
CMYK
RGB Variations
Color information
#ACA80E (or 0xACA80E) is known color: Lucky. HEX triplet: AC, A8 and 0E. RGB value is (172,168,14). Sum of RGB (Red+Green+Blue) = 172+168+14=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA80E is #5357F1. Grayscale: #989898. Windows color (decimal): -5462002 or 960684. OLE color: 960684.
HSL color Cylindrical-coordinate representation of color #ACA80E: hue angle of 58.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACA80E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 14 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.33 |
| HSL | 58.48º | 0.85% | 0.36% | - |
| HSV(B) | 58.48º | 0.92% | 0.67% | - |
| XYZ | 31.1 | 36.81 | 5.88 | - |
| YUV | 151.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 14 | 0 | 0.02 | 0.92 | 0.33 | 58.48 | 0.85 | 0.36 |
| Hex | AC | A8 | E | 0 | 2 | 5C | 21 | 3A | 55 | 24 |
| Octal | 254 | 250 | 16 | 0 | 2 | 134 | 41 | 72 | 125 | 44 |
| Binary | 10101100 | 10101000 | 1110 | 0 | 10 | 1011100 | 100001 | 111010 | 1010101 | 100100 |
Color Harmonies of #ACA80E
Complementary color
Monochromatic Colors of #ACA80E
Black with #ACA80E
Text Example
Text Example
White with #ACA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA80E; }
p { color: rgb(172,168,14); }
H1.HeaderClassName
{
color: #ACA80E;
}
.AnyTagClassName
{
color: #ACA80E;
}
</style>
background-color css
<style>
a { background-color: #ACA80E; }
a { background-color: rgb(172,168,14); }
div.DivClassName
{
background-color: #ACA80E;
}
.BgClassName
{
background-color: #ACA80E;
}
</style>
border-color css
<style>
span { border-color: #ACA80E; }
span { border-color: rgb(172,168,14); }
td.TdClassName
{
border-color: #ACA80E;
}
.TagClassName
{
border-color: #ACA80E;
}
</style>