Shades of Lucky #AC970D
Tints of Lucky #AC970D
RGB
CMYK
RGB Variations
Color information
#AC970D (or 0xAC970D) is known color: Lucky. HEX triplet: AC, 97 and 0D. RGB value is (172,151,13). Sum of RGB (Red+Green+Blue) = 172+151+13=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC970D is #5368F2. Grayscale: #8E8E8E. Windows color (decimal): -5466355 or 890796. OLE color: 890796.
HSL color Cylindrical-coordinate representation of color #AC970D: hue angle of 52.08º degrees, saturation: 0.86, 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 #AC970D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 13 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.33 |
| HSL | 52.08º | 0.86% | 0.36% | - |
| HSV(B) | 52.08º | 0.92% | 0.67% | - |
| XYZ | 28.15 | 30.93 | 4.87 | - |
| YUV | 141.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 13 | 0 | 0.12 | 0.92 | 0.33 | 52.08 | 0.86 | 0.36 |
| Hex | AC | 97 | D | 0 | C | 5C | 21 | 34 | 56 | 24 |
| Octal | 254 | 227 | 15 | 0 | 14 | 134 | 41 | 64 | 126 | 44 |
| Binary | 10101100 | 10010111 | 1101 | 0 | 1100 | 1011100 | 100001 | 110100 | 1010110 | 100100 |
Color Harmonies of #AC970D
Complementary color
Monochromatic Colors of #AC970D
Black with #AC970D
Text Example
Text Example
White with #AC970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC970D; }
p { color: rgb(172,151,13); }
H1.HeaderClassName
{
color: #AC970D;
}
.AnyTagClassName
{
color: #AC970D;
}
</style>
background-color css
<style>
a { background-color: #AC970D; }
a { background-color: rgb(172,151,13); }
div.DivClassName
{
background-color: #AC970D;
}
.BgClassName
{
background-color: #AC970D;
}
</style>
border-color css
<style>
span { border-color: #AC970D; }
span { border-color: rgb(172,151,13); }
td.TdClassName
{
border-color: #AC970D;
}
.TagClassName
{
border-color: #AC970D;
}
</style>