Shades of Lucky #ACA30A
Tints of Lucky #ACA30A
RGB
CMYK
RGB Variations
Color information
#ACA30A (or 0xACA30A) is known color: Lucky. HEX triplet: AC, A3 and 0A. RGB value is (172,163,10). Sum of RGB (Red+Green+Blue) = 172+163+10=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA30A is #535CF5. Grayscale: #949494. Windows color (decimal): -5463286 or 697260. OLE color: 697260.
HSL color Cylindrical-coordinate representation of color #ACA30A: hue angle of 56.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACA30A is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 163 | 10 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.33 |
| HSL | 56.67º | 0.89% | 0.36% | - |
| HSV(B) | 56.67º | 0.94% | 0.67% | - |
| XYZ | 30.17 | 34.99 | 5.45 | - |
| YUV | 148.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 163 | 10 | 0 | 0.05 | 0.94 | 0.33 | 56.67 | 0.89 | 0.36 |
| Hex | AC | A3 | A | 0 | 5 | 5E | 21 | 39 | 59 | 24 |
| Octal | 254 | 243 | 12 | 0 | 5 | 136 | 41 | 71 | 131 | 44 |
| Binary | 10101100 | 10100011 | 1010 | 0 | 101 | 1011110 | 100001 | 111001 | 1011001 | 100100 |
Color Harmonies of #ACA30A
Complementary color
Monochromatic Colors of #ACA30A
Black with #ACA30A
Text Example
Text Example
White with #ACA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA30A; }
p { color: rgb(172,163,10); }
H1.HeaderClassName
{
color: #ACA30A;
}
.AnyTagClassName
{
color: #ACA30A;
}
</style>
background-color css
<style>
a { background-color: #ACA30A; }
a { background-color: rgb(172,163,10); }
div.DivClassName
{
background-color: #ACA30A;
}
.BgClassName
{
background-color: #ACA30A;
}
</style>
border-color css
<style>
span { border-color: #ACA30A; }
span { border-color: rgb(172,163,10); }
td.TdClassName
{
border-color: #ACA30A;
}
.TagClassName
{
border-color: #ACA30A;
}
</style>