Shades of Lucky #AC980E
Tints of Lucky #AC980E
RGB
CMYK
RGB Variations
Color information
#AC980E (or 0xAC980E) is known color: Lucky. HEX triplet: AC, 98 and 0E. RGB value is (172,152,14). Sum of RGB (Red+Green+Blue) = 172+152+14=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC980E is #5367F1. Grayscale: #8E8E8E. Windows color (decimal): -5466098 or 956588. OLE color: 956588.
HSL color Cylindrical-coordinate representation of color #AC980E: hue angle of 52.41º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC980E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 14 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.33 |
| HSL | 52.41º | 0.85% | 0.36% | - |
| HSV(B) | 52.41º | 0.92% | 0.67% | - |
| XYZ | 28.32 | 31.26 | 4.96 | - |
| YUV | 142.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 14 | 0 | 0.12 | 0.92 | 0.33 | 52.41 | 0.85 | 0.36 |
| Hex | AC | 98 | E | 0 | C | 5C | 21 | 34 | 55 | 24 |
| Octal | 254 | 230 | 16 | 0 | 14 | 134 | 41 | 64 | 125 | 44 |
| Binary | 10101100 | 10011000 | 1110 | 0 | 1100 | 1011100 | 100001 | 110100 | 1010101 | 100100 |
Color Harmonies of #AC980E
Complementary color
Monochromatic Colors of #AC980E
Black with #AC980E
Text Example
Text Example
White with #AC980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC980E; }
p { color: rgb(172,152,14); }
H1.HeaderClassName
{
color: #AC980E;
}
.AnyTagClassName
{
color: #AC980E;
}
</style>
background-color css
<style>
a { background-color: #AC980E; }
a { background-color: rgb(172,152,14); }
div.DivClassName
{
background-color: #AC980E;
}
.BgClassName
{
background-color: #AC980E;
}
</style>
border-color css
<style>
span { border-color: #AC980E; }
span { border-color: rgb(172,152,14); }
td.TdClassName
{
border-color: #AC980E;
}
.TagClassName
{
border-color: #AC980E;
}
</style>