Shades of Lucky #AC9A20
Tints of Lucky #AC9A20
RGB
CMYK
RGB Variations
Color information
#AC9A20 (or 0xAC9A20) is known color: Lucky. HEX triplet: AC, 9A and 20. RGB value is (172,154,32). Sum of RGB (Red+Green+Blue) = 172+154+32=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A20 is #5365DF. Grayscale: #919191. Windows color (decimal): -5465568 or 2136748. OLE color: 2136748.
HSL color Cylindrical-coordinate representation of color #AC9A20: hue angle of 52.29º degrees, saturation: 0.69, 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 #AC9A20 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 32 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.33 |
| HSL | 52.29º | 0.69% | 0.4% | - |
| HSV(B) | 52.29º | 0.81% | 0.67% | - |
| XYZ | 28.83 | 31.99 | 6.02 | - |
| YUV | 145.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 32 | 0 | 0.10 | 0.81 | 0.33 | 52.29 | 0.69 | 0.4 |
| Hex | AC | 9A | 20 | 0 | A | 51 | 21 | 34 | 45 | 28 |
| Octal | 254 | 232 | 40 | 0 | 12 | 121 | 41 | 64 | 105 | 50 |
| Binary | 10101100 | 10011010 | 100000 | 0 | 1010 | 1010001 | 100001 | 110100 | 1000101 | 101000 |
Color Harmonies of #AC9A20
Complementary color
Monochromatic Colors of #AC9A20
Black with #AC9A20
Text Example
Text Example
White with #AC9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A20; }
p { color: rgb(172,154,32); }
H1.HeaderClassName
{
color: #AC9A20;
}
.AnyTagClassName
{
color: #AC9A20;
}
</style>
background-color css
<style>
a { background-color: #AC9A20; }
a { background-color: rgb(172,154,32); }
div.DivClassName
{
background-color: #AC9A20;
}
.BgClassName
{
background-color: #AC9A20;
}
</style>
border-color css
<style>
span { border-color: #AC9A20; }
span { border-color: rgb(172,154,32); }
td.TdClassName
{
border-color: #AC9A20;
}
.TagClassName
{
border-color: #AC9A20;
}
</style>