Shades of Lucky #AC990A
Tints of Lucky #AC990A
RGB
CMYK
RGB Variations
Color information
#AC990A (or 0xAC990A) is known color: Lucky. HEX triplet: AC, 99 and 0A. RGB value is (172,153,10). Sum of RGB (Red+Green+Blue) = 172+153+10=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC990A is #5366F5. Grayscale: #8E8E8E. Windows color (decimal): -5465846 or 694700. OLE color: 694700.
HSL color Cylindrical-coordinate representation of color #AC990A: hue angle of 52.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC990A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 10 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.33 |
| HSL | 52.96º | 0.89% | 0.36% | - |
| HSV(B) | 52.96º | 0.94% | 0.67% | - |
| XYZ | 28.46 | 31.58 | 4.88 | - |
| YUV | 142.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 10 | 0 | 0.11 | 0.94 | 0.33 | 52.96 | 0.89 | 0.36 |
| Hex | AC | 99 | A | 0 | B | 5E | 21 | 35 | 59 | 24 |
| Octal | 254 | 231 | 12 | 0 | 13 | 136 | 41 | 65 | 131 | 44 |
| Binary | 10101100 | 10011001 | 1010 | 0 | 1011 | 1011110 | 100001 | 110101 | 1011001 | 100100 |
Color Harmonies of #AC990A
Complementary color
Monochromatic Colors of #AC990A
Black with #AC990A
Text Example
Text Example
White with #AC990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC990A; }
p { color: rgb(172,153,10); }
H1.HeaderClassName
{
color: #AC990A;
}
.AnyTagClassName
{
color: #AC990A;
}
</style>
background-color css
<style>
a { background-color: #AC990A; }
a { background-color: rgb(172,153,10); }
div.DivClassName
{
background-color: #AC990A;
}
.BgClassName
{
background-color: #AC990A;
}
</style>
border-color css
<style>
span { border-color: #AC990A; }
span { border-color: rgb(172,153,10); }
td.TdClassName
{
border-color: #AC990A;
}
.TagClassName
{
border-color: #AC990A;
}
</style>