Shades of Lucky #AC930C
Tints of Lucky #AC930C
RGB
CMYK
RGB Variations
Color information
#AC930C (or 0xAC930C) is known color: Lucky. HEX triplet: AC, 93 and 0C. RGB value is (172,147,12). Sum of RGB (Red+Green+Blue) = 172+147+12=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC930C is #536CF3. Grayscale: #8B8B8B. Windows color (decimal): -5467380 or 824236. OLE color: 824236.
HSL color Cylindrical-coordinate representation of color #AC930C: hue angle of 50.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC930C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.33 |
| HSL | 50.63º | 0.87% | 0.36% | - |
| HSV(B) | 50.63º | 0.93% | 0.67% | - |
| XYZ | 27.51 | 29.66 | 4.62 | - |
| YUV | 139.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 12 | 0 | 0.15 | 0.93 | 0.33 | 50.63 | 0.87 | 0.36 |
| Hex | AC | 93 | C | 0 | F | 5D | 21 | 33 | 57 | 24 |
| Octal | 254 | 223 | 14 | 0 | 17 | 135 | 41 | 63 | 127 | 44 |
| Binary | 10101100 | 10010011 | 1100 | 0 | 1111 | 1011101 | 100001 | 110011 | 1010111 | 100100 |
Color Harmonies of #AC930C
Complementary color
Monochromatic Colors of #AC930C
Black with #AC930C
Text Example
Text Example
White with #AC930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC930C; }
p { color: rgb(172,147,12); }
H1.HeaderClassName
{
color: #AC930C;
}
.AnyTagClassName
{
color: #AC930C;
}
</style>
background-color css
<style>
a { background-color: #AC930C; }
a { background-color: rgb(172,147,12); }
div.DivClassName
{
background-color: #AC930C;
}
.BgClassName
{
background-color: #AC930C;
}
</style>
border-color css
<style>
span { border-color: #AC930C; }
span { border-color: rgb(172,147,12); }
td.TdClassName
{
border-color: #AC930C;
}
.TagClassName
{
border-color: #AC930C;
}
</style>