Shades of Lucky #AC921C
Tints of Lucky #AC921C
RGB
CMYK
RGB Variations
Color information
#AC921C (or 0xAC921C) is known color: Lucky. HEX triplet: AC, 92 and 1C. RGB value is (172,146,28). Sum of RGB (Red+Green+Blue) = 172+146+28=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC921C is #536DE3. Grayscale: #8C8C8C. Windows color (decimal): -5467620 or 1872556. OLE color: 1872556.
HSL color Cylindrical-coordinate representation of color #AC921C: hue angle of 49.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC921C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 28 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.33 |
| HSL | 49.17º | 0.72% | 0.39% | - |
| HSV(B) | 49.17º | 0.84% | 0.67% | - |
| XYZ | 27.5 | 29.41 | 5.33 | - |
| YUV | 140.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 28 | 0 | 0.15 | 0.84 | 0.33 | 49.17 | 0.72 | 0.39 |
| Hex | AC | 92 | 1C | 0 | F | 54 | 21 | 31 | 48 | 27 |
| Octal | 254 | 222 | 34 | 0 | 17 | 124 | 41 | 61 | 110 | 47 |
| Binary | 10101100 | 10010010 | 11100 | 0 | 1111 | 1010100 | 100001 | 110001 | 1001000 | 100111 |
Color Harmonies of #AC921C
Complementary color
Monochromatic Colors of #AC921C
Black with #AC921C
Text Example
Text Example
White with #AC921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC921C; }
p { color: rgb(172,146,28); }
H1.HeaderClassName
{
color: #AC921C;
}
.AnyTagClassName
{
color: #AC921C;
}
</style>
background-color css
<style>
a { background-color: #AC921C; }
a { background-color: rgb(172,146,28); }
div.DivClassName
{
background-color: #AC921C;
}
.BgClassName
{
background-color: #AC921C;
}
</style>
border-color css
<style>
span { border-color: #AC921C; }
span { border-color: rgb(172,146,28); }
td.TdClassName
{
border-color: #AC921C;
}
.TagClassName
{
border-color: #AC921C;
}
</style>