Shades of Lucky #AC9900
Tints of Lucky #AC9900
RGB
CMYK
RGB Variations
Color information
#AC9900 (or 0xAC9900) is known color: Lucky. HEX triplet: AC, 99 and 00. RGB value is (172,153,0). Sum of RGB (Red+Green+Blue) = 172+153+0=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9900 is #5366FF. Grayscale: #8D8D8D. Windows color (decimal): -5465856 or 39340. OLE color: 39340.
HSL color Cylindrical-coordinate representation of color #AC9900: hue angle of 53.37º 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 #AC9900 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.33 |
| HSL | 53.37º | 1% | 0.34% | - |
| HSV(B) | 53.37º | 1% | 0.67% | - |
| XYZ | 28.4 | 31.55 | 4.59 | - |
| YUV | 141.24 | 48.29 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 0 | 0 | 0.11 | 1 | 0.33 | 53.37 | 1 | 0.34 |
| Hex | AC | 99 | 0 | 0 | B | 64 | 21 | 35 | 64 | 22 |
| Octal | 254 | 231 | 0 | 0 | 13 | 144 | 41 | 65 | 144 | 42 |
| Binary | 10101100 | 10011001 | 0 | 0 | 1011 | 1100100 | 100001 | 110101 | 1100100 | 100010 |
Color Harmonies of #AC9900
Complementary color
Monochromatic Colors of #AC9900
Black with #AC9900
Text Example
Text Example
White with #AC9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9900; }
p { color: rgb(172,153,0); }
H1.HeaderClassName
{
color: #AC9900;
}
.AnyTagClassName
{
color: #AC9900;
}
</style>
background-color css
<style>
a { background-color: #AC9900; }
a { background-color: rgb(172,153,0); }
div.DivClassName
{
background-color: #AC9900;
}
.BgClassName
{
background-color: #AC9900;
}
</style>
border-color css
<style>
span { border-color: #AC9900; }
span { border-color: rgb(172,153,0); }
td.TdClassName
{
border-color: #AC9900;
}
.TagClassName
{
border-color: #AC9900;
}
</style>