Shades of Lucky #AC9928
Tints of Lucky #AC9928
RGB
CMYK
RGB Variations
Color information
#AC9928 (or 0xAC9928) is known color: Lucky. HEX triplet: AC, 99 and 28. RGB value is (172,153,40). Sum of RGB (Red+Green+Blue) = 172+153+40=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9928 is #5366D7. Grayscale: #929292. Windows color (decimal): -5465816 or 2660780. OLE color: 2660780.
HSL color Cylindrical-coordinate representation of color #AC9928: hue angle of 51.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC9928 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 40 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.33 |
| HSL | 51.36º | 0.62% | 0.42% | - |
| HSV(B) | 51.36º | 0.77% | 0.67% | - |
| XYZ | 28.79 | 31.71 | 6.61 | - |
| YUV | 145.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 40 | 0 | 0.11 | 0.77 | 0.33 | 51.36 | 0.62 | 0.42 |
| Hex | AC | 99 | 28 | 0 | B | 4D | 21 | 33 | 3E | 2A |
| Octal | 254 | 231 | 50 | 0 | 13 | 115 | 41 | 63 | 76 | 52 |
| Binary | 10101100 | 10011001 | 101000 | 0 | 1011 | 1001101 | 100001 | 110011 | 111110 | 101010 |
Color Harmonies of #AC9928
Complementary color
Monochromatic Colors of #AC9928
Black with #AC9928
Text Example
Text Example
White with #AC9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9928; }
p { color: rgb(172,153,40); }
H1.HeaderClassName
{
color: #AC9928;
}
.AnyTagClassName
{
color: #AC9928;
}
</style>
background-color css
<style>
a { background-color: #AC9928; }
a { background-color: rgb(172,153,40); }
div.DivClassName
{
background-color: #AC9928;
}
.BgClassName
{
background-color: #AC9928;
}
</style>
border-color css
<style>
span { border-color: #AC9928; }
span { border-color: rgb(172,153,40); }
td.TdClassName
{
border-color: #AC9928;
}
.TagClassName
{
border-color: #AC9928;
}
</style>