Shades of Lucky #AC9021
Tints of Lucky #AC9021
RGB
CMYK
RGB Variations
Color information
#AC9021 (or 0xAC9021) is known color: Lucky. HEX triplet: AC, 90 and 21. RGB value is (172,144,33). Sum of RGB (Red+Green+Blue) = 172+144+33=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9021 is #536FDE. Grayscale: #8C8C8C. Windows color (decimal): -5468127 or 2199724. OLE color: 2199724.
HSL color Cylindrical-coordinate representation of color #AC9021: hue angle of 47.91º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC9021 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 33 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.33 |
| HSL | 47.91º | 0.68% | 0.4% | - |
| HSV(B) | 47.91º | 0.81% | 0.67% | - |
| XYZ | 27.26 | 28.83 | 5.57 | - |
| YUV | 139.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 33 | 0 | 0.16 | 0.81 | 0.33 | 47.91 | 0.68 | 0.4 |
| Hex | AC | 90 | 21 | 0 | 10 | 51 | 21 | 30 | 44 | 28 |
| Octal | 254 | 220 | 41 | 0 | 20 | 121 | 41 | 60 | 104 | 50 |
| Binary | 10101100 | 10010000 | 100001 | 0 | 10000 | 1010001 | 100001 | 110000 | 1000100 | 101000 |
Color Harmonies of #AC9021
Complementary color
Monochromatic Colors of #AC9021
Black with #AC9021
Text Example
Text Example
White with #AC9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9021; }
p { color: rgb(172,144,33); }
H1.HeaderClassName
{
color: #AC9021;
}
.AnyTagClassName
{
color: #AC9021;
}
</style>
background-color css
<style>
a { background-color: #AC9021; }
a { background-color: rgb(172,144,33); }
div.DivClassName
{
background-color: #AC9021;
}
.BgClassName
{
background-color: #AC9021;
}
</style>
border-color css
<style>
span { border-color: #AC9021; }
span { border-color: rgb(172,144,33); }
td.TdClassName
{
border-color: #AC9021;
}
.TagClassName
{
border-color: #AC9021;
}
</style>