Shades of Lucky #AC931E
Tints of Lucky #AC931E
RGB
CMYK
RGB Variations
Color information
#AC931E (or 0xAC931E) is known color: Lucky. HEX triplet: AC, 93 and 1E. RGB value is (172,147,30). Sum of RGB (Red+Green+Blue) = 172+147+30=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC931E is #536CE1. Grayscale: #8D8D8D. Windows color (decimal): -5467362 or 2003884. OLE color: 2003884.
HSL color Cylindrical-coordinate representation of color #AC931E: hue angle of 49.44º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC931E is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 30 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.33 |
| HSL | 49.44º | 0.7% | 0.4% | - |
| HSV(B) | 49.44º | 0.83% | 0.67% | - |
| XYZ | 27.68 | 29.73 | 5.51 | - |
| YUV | 141.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 30 | 0 | 0.15 | 0.83 | 0.33 | 49.44 | 0.7 | 0.4 |
| Hex | AC | 93 | 1E | 0 | F | 53 | 21 | 31 | 46 | 28 |
| Octal | 254 | 223 | 36 | 0 | 17 | 123 | 41 | 61 | 106 | 50 |
| Binary | 10101100 | 10010011 | 11110 | 0 | 1111 | 1010011 | 100001 | 110001 | 1000110 | 101000 |
Color Harmonies of #AC931E
Complementary color
Monochromatic Colors of #AC931E
Black with #AC931E
Text Example
Text Example
White with #AC931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC931E; }
p { color: rgb(172,147,30); }
H1.HeaderClassName
{
color: #AC931E;
}
.AnyTagClassName
{
color: #AC931E;
}
</style>
background-color css
<style>
a { background-color: #AC931E; }
a { background-color: rgb(172,147,30); }
div.DivClassName
{
background-color: #AC931E;
}
.BgClassName
{
background-color: #AC931E;
}
</style>
border-color css
<style>
span { border-color: #AC931E; }
span { border-color: rgb(172,147,30); }
td.TdClassName
{
border-color: #AC931E;
}
.TagClassName
{
border-color: #AC931E;
}
</style>