Shades of Lucky #ACA200
Tints of Lucky #ACA200
RGB
CMYK
RGB Variations
Color information
#ACA200 (or 0xACA200) is known color: Lucky. HEX triplet: AC, A2 and 00. RGB value is (172,162,0). Sum of RGB (Red+Green+Blue) = 172+162+0=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA200 is #535DFF. Grayscale: #939393. Windows color (decimal): -5463552 or 41644. OLE color: 41644.
HSL color Cylindrical-coordinate representation of color #ACA200: hue angle of 56.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACA200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 162 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.33 |
| HSL | 56.51º | 1% | 0.34% | - |
| HSV(B) | 56.51º | 1% | 0.67% | - |
| XYZ | 29.93 | 34.61 | 5.1 | - |
| YUV | 146.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 162 | 0 | 0 | 0.06 | 1 | 0.33 | 56.51 | 1 | 0.34 |
| Hex | AC | A2 | 0 | 0 | 6 | 64 | 21 | 39 | 64 | 22 |
| Octal | 254 | 242 | 0 | 0 | 6 | 144 | 41 | 71 | 144 | 42 |
| Binary | 10101100 | 10100010 | 0 | 0 | 110 | 1100100 | 100001 | 111001 | 1100100 | 100010 |
Color Harmonies of #ACA200
Complementary color
Monochromatic Colors of #ACA200
Black with #ACA200
Text Example
Text Example
White with #ACA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA200; }
p { color: rgb(172,162,0); }
H1.HeaderClassName
{
color: #ACA200;
}
.AnyTagClassName
{
color: #ACA200;
}
</style>
background-color css
<style>
a { background-color: #ACA200; }
a { background-color: rgb(172,162,0); }
div.DivClassName
{
background-color: #ACA200;
}
.BgClassName
{
background-color: #ACA200;
}
</style>
border-color css
<style>
span { border-color: #ACA200; }
span { border-color: rgb(172,162,0); }
td.TdClassName
{
border-color: #ACA200;
}
.TagClassName
{
border-color: #ACA200;
}
</style>