Shades of Lucky #AC931F
Tints of Lucky #AC931F
RGB
CMYK
RGB Variations
Color information
#AC931F (or 0xAC931F) is known color: Lucky. HEX triplet: AC, 93 and 1F. RGB value is (172,147,31). Sum of RGB (Red+Green+Blue) = 172+147+31=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC931F is #536CE0. Grayscale: #8D8D8D. Windows color (decimal): -5467361 or 2069420. OLE color: 2069420.
HSL color Cylindrical-coordinate representation of color #AC931F: hue angle of 49.36º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC931F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 31 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.33 |
| HSL | 49.36º | 0.69% | 0.4% | - |
| HSV(B) | 49.36º | 0.82% | 0.67% | - |
| XYZ | 27.69 | 29.74 | 5.58 | - |
| YUV | 141.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 31 | 0 | 0.15 | 0.82 | 0.33 | 49.36 | 0.69 | 0.4 |
| Hex | AC | 93 | 1F | 0 | F | 52 | 21 | 31 | 45 | 28 |
| Octal | 254 | 223 | 37 | 0 | 17 | 122 | 41 | 61 | 105 | 50 |
| Binary | 10101100 | 10010011 | 11111 | 0 | 1111 | 1010010 | 100001 | 110001 | 1000101 | 101000 |
Color Harmonies of #AC931F
Complementary color
Monochromatic Colors of #AC931F
Black with #AC931F
Text Example
Text Example
White with #AC931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC931F; }
p { color: rgb(172,147,31); }
H1.HeaderClassName
{
color: #AC931F;
}
.AnyTagClassName
{
color: #AC931F;
}
</style>
background-color css
<style>
a { background-color: #AC931F; }
a { background-color: rgb(172,147,31); }
div.DivClassName
{
background-color: #AC931F;
}
.BgClassName
{
background-color: #AC931F;
}
</style>
border-color css
<style>
span { border-color: #AC931F; }
span { border-color: rgb(172,147,31); }
td.TdClassName
{
border-color: #AC931F;
}
.TagClassName
{
border-color: #AC931F;
}
</style>