Shades of Lucky #AC930F
Tints of Lucky #AC930F
RGB
CMYK
RGB Variations
Color information
#AC930F (or 0xAC930F) is known color: Lucky. HEX triplet: AC, 93 and 0F. RGB value is (172,147,15). Sum of RGB (Red+Green+Blue) = 172+147+15=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC930F is #536CF0. Grayscale: #8B8B8B. Windows color (decimal): -5467377 or 1020844. OLE color: 1020844.
HSL color Cylindrical-coordinate representation of color #AC930F: hue angle of 50.45º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC930F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 15 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.33 |
| HSL | 50.45º | 0.84% | 0.37% | - |
| HSV(B) | 50.45º | 0.91% | 0.67% | - |
| XYZ | 27.53 | 29.67 | 4.73 | - |
| YUV | 139.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 15 | 0 | 0.15 | 0.91 | 0.33 | 50.45 | 0.84 | 0.37 |
| Hex | AC | 93 | F | 0 | F | 5B | 21 | 32 | 54 | 25 |
| Octal | 254 | 223 | 17 | 0 | 17 | 133 | 41 | 62 | 124 | 45 |
| Binary | 10101100 | 10010011 | 1111 | 0 | 1111 | 1011011 | 100001 | 110010 | 1010100 | 100101 |
Color Harmonies of #AC930F
Complementary color
Monochromatic Colors of #AC930F
Black with #AC930F
Text Example
Text Example
White with #AC930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC930F; }
p { color: rgb(172,147,15); }
H1.HeaderClassName
{
color: #AC930F;
}
.AnyTagClassName
{
color: #AC930F;
}
</style>
background-color css
<style>
a { background-color: #AC930F; }
a { background-color: rgb(172,147,15); }
div.DivClassName
{
background-color: #AC930F;
}
.BgClassName
{
background-color: #AC930F;
}
</style>
border-color css
<style>
span { border-color: #AC930F; }
span { border-color: rgb(172,147,15); }
td.TdClassName
{
border-color: #AC930F;
}
.TagClassName
{
border-color: #AC930F;
}
</style>