Shades of Lucky #AC921F
Tints of Lucky #AC921F
RGB
CMYK
RGB Variations
Color information
#AC921F (or 0xAC921F) is known color: Lucky. HEX triplet: AC, 92 and 1F. RGB value is (172,146,31). Sum of RGB (Red+Green+Blue) = 172+146+31=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC921F is #536DE0. Grayscale: #8D8D8D. Windows color (decimal): -5467617 or 2069164. OLE color: 2069164.
HSL color Cylindrical-coordinate representation of color #AC921F: hue angle of 48.94º 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 #AC921F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 31 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.33 |
| HSL | 48.94º | 0.69% | 0.4% | - |
| HSV(B) | 48.94º | 0.82% | 0.67% | - |
| XYZ | 27.54 | 29.43 | 5.52 | - |
| YUV | 140.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 31 | 0 | 0.15 | 0.82 | 0.33 | 48.94 | 0.69 | 0.4 |
| Hex | AC | 92 | 1F | 0 | F | 52 | 21 | 31 | 45 | 28 |
| Octal | 254 | 222 | 37 | 0 | 17 | 122 | 41 | 61 | 105 | 50 |
| Binary | 10101100 | 10010010 | 11111 | 0 | 1111 | 1010010 | 100001 | 110001 | 1000101 | 101000 |
Color Harmonies of #AC921F
Complementary color
Monochromatic Colors of #AC921F
Black with #AC921F
Text Example
Text Example
White with #AC921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC921F; }
p { color: rgb(172,146,31); }
H1.HeaderClassName
{
color: #AC921F;
}
.AnyTagClassName
{
color: #AC921F;
}
</style>
background-color css
<style>
a { background-color: #AC921F; }
a { background-color: rgb(172,146,31); }
div.DivClassName
{
background-color: #AC921F;
}
.BgClassName
{
background-color: #AC921F;
}
</style>
border-color css
<style>
span { border-color: #AC921F; }
span { border-color: rgb(172,146,31); }
td.TdClassName
{
border-color: #AC921F;
}
.TagClassName
{
border-color: #AC921F;
}
</style>