Shades of Lucky #AC970C
Tints of Lucky #AC970C
RGB
CMYK
RGB Variations
Color information
#AC970C (or 0xAC970C) is known color: Lucky. HEX triplet: AC, 97 and 0C. RGB value is (172,151,12). Sum of RGB (Red+Green+Blue) = 172+151+12=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC970C is #5368F3. Grayscale: #8E8E8E. Windows color (decimal): -5466356 or 825260. OLE color: 825260.
HSL color Cylindrical-coordinate representation of color #AC970C: hue angle of 52.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC970C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.33 |
| HSL | 52.13º | 0.87% | 0.36% | - |
| HSV(B) | 52.13º | 0.93% | 0.67% | - |
| XYZ | 28.15 | 30.93 | 4.83 | - |
| YUV | 141.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 12 | 0 | 0.12 | 0.93 | 0.33 | 52.13 | 0.87 | 0.36 |
| Hex | AC | 97 | C | 0 | C | 5D | 21 | 34 | 57 | 24 |
| Octal | 254 | 227 | 14 | 0 | 14 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101100 | 10010111 | 1100 | 0 | 1100 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AC970C
Complementary color
Monochromatic Colors of #AC970C
Black with #AC970C
Text Example
Text Example
White with #AC970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC970C; }
p { color: rgb(172,151,12); }
H1.HeaderClassName
{
color: #AC970C;
}
.AnyTagClassName
{
color: #AC970C;
}
</style>
background-color css
<style>
a { background-color: #AC970C; }
a { background-color: rgb(172,151,12); }
div.DivClassName
{
background-color: #AC970C;
}
.BgClassName
{
background-color: #AC970C;
}
</style>
border-color css
<style>
span { border-color: #AC970C; }
span { border-color: rgb(172,151,12); }
td.TdClassName
{
border-color: #AC970C;
}
.TagClassName
{
border-color: #AC970C;
}
</style>