Shades of Lucky #AC9010
Tints of Lucky #AC9010
RGB
CMYK
RGB Variations
Color information
#AC9010 (or 0xAC9010) is known color: Lucky. HEX triplet: AC, 90 and 10. RGB value is (172,144,16). Sum of RGB (Red+Green+Blue) = 172+144+16=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9010 is #536FEF. Grayscale: #8A8A8A. Windows color (decimal): -5468144 or 1085612. OLE color: 1085612.
HSL color Cylindrical-coordinate representation of color #AC9010: hue angle of 49.23º degrees, saturation: 0.83, 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 #AC9010 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.33 |
| HSL | 49.23º | 0.83% | 0.37% | - |
| HSV(B) | 49.23º | 0.91% | 0.67% | - |
| XYZ | 27.08 | 28.75 | 4.61 | - |
| YUV | 137.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 16 | 0 | 0.16 | 0.91 | 0.33 | 49.23 | 0.83 | 0.37 |
| Hex | AC | 90 | 10 | 0 | 10 | 5B | 21 | 31 | 53 | 25 |
| Octal | 254 | 220 | 20 | 0 | 20 | 133 | 41 | 61 | 123 | 45 |
| Binary | 10101100 | 10010000 | 10000 | 0 | 10000 | 1011011 | 100001 | 110001 | 1010011 | 100101 |
Color Harmonies of #AC9010
Complementary color
Monochromatic Colors of #AC9010
Black with #AC9010
Text Example
Text Example
White with #AC9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9010; }
p { color: rgb(172,144,16); }
H1.HeaderClassName
{
color: #AC9010;
}
.AnyTagClassName
{
color: #AC9010;
}
</style>
background-color css
<style>
a { background-color: #AC9010; }
a { background-color: rgb(172,144,16); }
div.DivClassName
{
background-color: #AC9010;
}
.BgClassName
{
background-color: #AC9010;
}
</style>
border-color css
<style>
span { border-color: #AC9010; }
span { border-color: rgb(172,144,16); }
td.TdClassName
{
border-color: #AC9010;
}
.TagClassName
{
border-color: #AC9010;
}
</style>