Shades of Lucky #AC9F00
Tints of Lucky #AC9F00
RGB
CMYK
RGB Variations
Color information
#AC9F00 (or 0xAC9F00) is known color: Lucky. HEX triplet: AC, 9F and 00. RGB value is (172,159,0). Sum of RGB (Red+Green+Blue) = 172+159+0=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F00 is #5360FF. Grayscale: #919191. Windows color (decimal): -5464320 or 40876. OLE color: 40876.
HSL color Cylindrical-coordinate representation of color #AC9F00: hue angle of 55.47º 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 #AC9F00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.33 |
| HSL | 55.47º | 1% | 0.34% | - |
| HSV(B) | 55.47º | 1% | 0.67% | - |
| XYZ | 29.41 | 33.57 | 4.93 | - |
| YUV | 144.76 | 46.31 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 0 | 0 | 0.08 | 1 | 0.33 | 55.47 | 1 | 0.34 |
| Hex | AC | 9F | 0 | 0 | 8 | 64 | 21 | 37 | 64 | 22 |
| Octal | 254 | 237 | 0 | 0 | 10 | 144 | 41 | 67 | 144 | 42 |
| Binary | 10101100 | 10011111 | 0 | 0 | 1000 | 1100100 | 100001 | 110111 | 1100100 | 100010 |
Color Harmonies of #AC9F00
Complementary color
Monochromatic Colors of #AC9F00
Black with #AC9F00
Text Example
Text Example
White with #AC9F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F00; }
p { color: rgb(172,159,0); }
H1.HeaderClassName
{
color: #AC9F00;
}
.AnyTagClassName
{
color: #AC9F00;
}
</style>
background-color css
<style>
a { background-color: #AC9F00; }
a { background-color: rgb(172,159,0); }
div.DivClassName
{
background-color: #AC9F00;
}
.BgClassName
{
background-color: #AC9F00;
}
</style>
border-color css
<style>
span { border-color: #AC9F00; }
span { border-color: rgb(172,159,0); }
td.TdClassName
{
border-color: #AC9F00;
}
.TagClassName
{
border-color: #AC9F00;
}
</style>