Shades of Lucky #AC9A03
Tints of Lucky #AC9A03
RGB
CMYK
RGB Variations
Color information
#AC9A03 (or 0xAC9A03) is known color: Lucky. HEX triplet: AC, 9A and 03. RGB value is (172,154,3). Sum of RGB (Red+Green+Blue) = 172+154+3=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A03 is #5365FC. Grayscale: #8E8E8E. Windows color (decimal): -5465597 or 236204. OLE color: 236204.
HSL color Cylindrical-coordinate representation of color #AC9A03: hue angle of 53.61º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC9A03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.33 |
| HSL | 53.61º | 0.97% | 0.34% | - |
| HSV(B) | 53.61º | 0.98% | 0.67% | - |
| XYZ | 28.59 | 31.89 | 4.73 | - |
| YUV | 142.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 3 | 0 | 0.10 | 0.98 | 0.33 | 53.61 | 0.97 | 0.34 |
| Hex | AC | 9A | 3 | 0 | A | 62 | 21 | 36 | 61 | 22 |
| Octal | 254 | 232 | 3 | 0 | 12 | 142 | 41 | 66 | 141 | 42 |
| Binary | 10101100 | 10011010 | 11 | 0 | 1010 | 1100010 | 100001 | 110110 | 1100001 | 100010 |
Color Harmonies of #AC9A03
Complementary color
Monochromatic Colors of #AC9A03
Black with #AC9A03
Text Example
Text Example
White with #AC9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A03; }
p { color: rgb(172,154,3); }
H1.HeaderClassName
{
color: #AC9A03;
}
.AnyTagClassName
{
color: #AC9A03;
}
</style>
background-color css
<style>
a { background-color: #AC9A03; }
a { background-color: rgb(172,154,3); }
div.DivClassName
{
background-color: #AC9A03;
}
.BgClassName
{
background-color: #AC9A03;
}
</style>
border-color css
<style>
span { border-color: #AC9A03; }
span { border-color: rgb(172,154,3); }
td.TdClassName
{
border-color: #AC9A03;
}
.TagClassName
{
border-color: #AC9A03;
}
</style>