Shades of Lucky #AC980B
Tints of Lucky #AC980B
RGB
CMYK
RGB Variations
Color information
#AC980B (or 0xAC980B) is known color: Lucky. HEX triplet: AC, 98 and 0B. RGB value is (172,152,11). Sum of RGB (Red+Green+Blue) = 172+152+11=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC980B is #5367F4. Grayscale: #8E8E8E. Windows color (decimal): -5466101 or 759980. OLE color: 759980.
HSL color Cylindrical-coordinate representation of color #AC980B: hue angle of 52.55º degrees, saturation: 0.88, 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 #AC980B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.33 |
| HSL | 52.55º | 0.88% | 0.36% | - |
| HSV(B) | 52.55º | 0.94% | 0.67% | - |
| XYZ | 28.3 | 31.25 | 4.86 | - |
| YUV | 141.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 11 | 0 | 0.12 | 0.94 | 0.33 | 52.55 | 0.88 | 0.36 |
| Hex | AC | 98 | B | 0 | C | 5E | 21 | 35 | 58 | 24 |
| Octal | 254 | 230 | 13 | 0 | 14 | 136 | 41 | 65 | 130 | 44 |
| Binary | 10101100 | 10011000 | 1011 | 0 | 1100 | 1011110 | 100001 | 110101 | 1011000 | 100100 |
Color Harmonies of #AC980B
Complementary color
Monochromatic Colors of #AC980B
Black with #AC980B
Text Example
Text Example
White with #AC980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC980B; }
p { color: rgb(172,152,11); }
H1.HeaderClassName
{
color: #AC980B;
}
.AnyTagClassName
{
color: #AC980B;
}
</style>
background-color css
<style>
a { background-color: #AC980B; }
a { background-color: rgb(172,152,11); }
div.DivClassName
{
background-color: #AC980B;
}
.BgClassName
{
background-color: #AC980B;
}
</style>
border-color css
<style>
span { border-color: #AC980B; }
span { border-color: rgb(172,152,11); }
td.TdClassName
{
border-color: #AC980B;
}
.TagClassName
{
border-color: #AC980B;
}
</style>