Shades of Lucky #AC970F
Tints of Lucky #AC970F
RGB
CMYK
RGB Variations
Color information
#AC970F (or 0xAC970F) is known color: Lucky. HEX triplet: AC, 97 and 0F. RGB value is (172,151,15). Sum of RGB (Red+Green+Blue) = 172+151+15=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC970F is #5368F0. Grayscale: #8E8E8E. Windows color (decimal): -5466353 or 1021868. OLE color: 1021868.
HSL color Cylindrical-coordinate representation of color #AC970F: hue angle of 51.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC970F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.33 |
| HSL | 51.97º | 0.84% | 0.37% | - |
| HSV(B) | 51.97º | 0.91% | 0.67% | - |
| XYZ | 28.17 | 30.94 | 4.94 | - |
| YUV | 141.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 15 | 0 | 0.12 | 0.91 | 0.33 | 51.97 | 0.84 | 0.37 |
| Hex | AC | 97 | F | 0 | C | 5B | 21 | 34 | 54 | 25 |
| Octal | 254 | 227 | 17 | 0 | 14 | 133 | 41 | 64 | 124 | 45 |
| Binary | 10101100 | 10010111 | 1111 | 0 | 1100 | 1011011 | 100001 | 110100 | 1010100 | 100101 |
Color Harmonies of #AC970F
Complementary color
Monochromatic Colors of #AC970F
Black with #AC970F
Text Example
Text Example
White with #AC970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC970F; }
p { color: rgb(172,151,15); }
H1.HeaderClassName
{
color: #AC970F;
}
.AnyTagClassName
{
color: #AC970F;
}
</style>
background-color css
<style>
a { background-color: #AC970F; }
a { background-color: rgb(172,151,15); }
div.DivClassName
{
background-color: #AC970F;
}
.BgClassName
{
background-color: #AC970F;
}
</style>
border-color css
<style>
span { border-color: #AC970F; }
span { border-color: rgb(172,151,15); }
td.TdClassName
{
border-color: #AC970F;
}
.TagClassName
{
border-color: #AC970F;
}
</style>