Shades of Lucky #AC9F0F
Tints of Lucky #AC9F0F
RGB
CMYK
RGB Variations
Color information
#AC9F0F (or 0xAC9F0F) is known color: Lucky. HEX triplet: AC, 9F and 0F. RGB value is (172,159,15). Sum of RGB (Red+Green+Blue) = 172+159+15=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F0F is #5360F0. Grayscale: #939393. Windows color (decimal): -5464305 or 1023916. OLE color: 1023916.
HSL color Cylindrical-coordinate representation of color #AC9F0F: hue angle of 55.03º 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 #AC9F0F is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 159 | 15 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.33 |
| HSL | 55.03º | 0.84% | 0.37% | - |
| HSV(B) | 55.03º | 0.91% | 0.67% | - |
| XYZ | 29.5 | 33.6 | 5.38 | - |
| YUV | 146.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 159 | 15 | 0 | 0.08 | 0.91 | 0.33 | 55.03 | 0.84 | 0.37 |
| Hex | AC | 9F | F | 0 | 8 | 5B | 21 | 37 | 54 | 25 |
| Octal | 254 | 237 | 17 | 0 | 10 | 133 | 41 | 67 | 124 | 45 |
| Binary | 10101100 | 10011111 | 1111 | 0 | 1000 | 1011011 | 100001 | 110111 | 1010100 | 100101 |
Color Harmonies of #AC9F0F
Complementary color
Monochromatic Colors of #AC9F0F
Black with #AC9F0F
Text Example
Text Example
White with #AC9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9F0F; }
p { color: rgb(172,159,15); }
H1.HeaderClassName
{
color: #AC9F0F;
}
.AnyTagClassName
{
color: #AC9F0F;
}
</style>
background-color css
<style>
a { background-color: #AC9F0F; }
a { background-color: rgb(172,159,15); }
div.DivClassName
{
background-color: #AC9F0F;
}
.BgClassName
{
background-color: #AC9F0F;
}
</style>
border-color css
<style>
span { border-color: #AC9F0F; }
span { border-color: rgb(172,159,15); }
td.TdClassName
{
border-color: #AC9F0F;
}
.TagClassName
{
border-color: #AC9F0F;
}
</style>