Shades of Lucky #AC9A28
Tints of Lucky #AC9A28
RGB
CMYK
RGB Variations
Color information
#AC9A28 (or 0xAC9A28) is known color: Lucky. HEX triplet: AC, 9A and 28. RGB value is (172,154,40). Sum of RGB (Red+Green+Blue) = 172+154+40=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A28 is #5365D7. Grayscale: #929292. Windows color (decimal): -5465560 or 2661036. OLE color: 2661036.
HSL color Cylindrical-coordinate representation of color #AC9A28: hue angle of 51.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC9A28 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 40 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.33 |
| HSL | 51.82º | 0.62% | 0.42% | - |
| HSV(B) | 51.82º | 0.77% | 0.67% | - |
| XYZ | 28.95 | 32.04 | 6.66 | - |
| YUV | 146.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 40 | 0 | 0.10 | 0.77 | 0.33 | 51.82 | 0.62 | 0.42 |
| Hex | AC | 9A | 28 | 0 | A | 4D | 21 | 34 | 3E | 2A |
| Octal | 254 | 232 | 50 | 0 | 12 | 115 | 41 | 64 | 76 | 52 |
| Binary | 10101100 | 10011010 | 101000 | 0 | 1010 | 1001101 | 100001 | 110100 | 111110 | 101010 |
Color Harmonies of #AC9A28
Complementary color
Monochromatic Colors of #AC9A28
Black with #AC9A28
Text Example
Text Example
White with #AC9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A28; }
p { color: rgb(172,154,40); }
H1.HeaderClassName
{
color: #AC9A28;
}
.AnyTagClassName
{
color: #AC9A28;
}
</style>
background-color css
<style>
a { background-color: #AC9A28; }
a { background-color: rgb(172,154,40); }
div.DivClassName
{
background-color: #AC9A28;
}
.BgClassName
{
background-color: #AC9A28;
}
</style>
border-color css
<style>
span { border-color: #AC9A28; }
span { border-color: rgb(172,154,40); }
td.TdClassName
{
border-color: #AC9A28;
}
.TagClassName
{
border-color: #AC9A28;
}
</style>