Shades of Lucky #ACA30E
Tints of Lucky #ACA30E
RGB
CMYK
RGB Variations
Color information
#ACA30E (or 0xACA30E) is known color: Lucky. HEX triplet: AC, A3 and 0E. RGB value is (172,163,14). Sum of RGB (Red+Green+Blue) = 172+163+14=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA30E is #535CF1. Grayscale: #959595. Windows color (decimal): -5463282 or 959404. OLE color: 959404.
HSL color Cylindrical-coordinate representation of color #ACA30E: hue angle of 56.58º 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 #ACA30E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 14 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.33 |
| HSL | 56.58º | 0.85% | 0.36% | - |
| HSV(B) | 56.58º | 0.92% | 0.67% | - |
| XYZ | 30.19 | 35 | 5.58 | - |
| YUV | 148.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 14 | 0 | 0.05 | 0.92 | 0.33 | 56.58 | 0.85 | 0.36 |
| Hex | AC | A3 | E | 0 | 5 | 5C | 21 | 39 | 55 | 24 |
| Octal | 254 | 243 | 16 | 0 | 5 | 134 | 41 | 71 | 125 | 44 |
| Binary | 10101100 | 10100011 | 1110 | 0 | 101 | 1011100 | 100001 | 111001 | 1010101 | 100100 |
Color Harmonies of #ACA30E
Complementary color
Monochromatic Colors of #ACA30E
Black with #ACA30E
Text Example
Text Example
White with #ACA30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA30E; }
p { color: rgb(172,163,14); }
H1.HeaderClassName
{
color: #ACA30E;
}
.AnyTagClassName
{
color: #ACA30E;
}
</style>
background-color css
<style>
a { background-color: #ACA30E; }
a { background-color: rgb(172,163,14); }
div.DivClassName
{
background-color: #ACA30E;
}
.BgClassName
{
background-color: #ACA30E;
}
</style>
border-color css
<style>
span { border-color: #ACA30E; }
span { border-color: rgb(172,163,14); }
td.TdClassName
{
border-color: #ACA30E;
}
.TagClassName
{
border-color: #ACA30E;
}
</style>