Shades of Lucky #AC9A25
Tints of Lucky #AC9A25
RGB
CMYK
RGB Variations
Color information
#AC9A25 (or 0xAC9A25) is known color: Lucky. HEX triplet: AC, 9A and 25. RGB value is (172,154,37). Sum of RGB (Red+Green+Blue) = 172+154+37=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A25 is #5365DA. Grayscale: #929292. Windows color (decimal): -5465563 or 2464428. OLE color: 2464428.
HSL color Cylindrical-coordinate representation of color #AC9A25: hue angle of 52º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC9A25 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 37 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.33 |
| HSL | 52º | 0.65% | 0.41% | - |
| HSV(B) | 52º | 0.78% | 0.67% | - |
| XYZ | 28.9 | 32.02 | 6.41 | - |
| YUV | 146.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 37 | 0 | 0.10 | 0.78 | 0.33 | 52 | 0.65 | 0.41 |
| Hex | AC | 9A | 25 | 0 | A | 4E | 21 | 34 | 41 | 29 |
| Octal | 254 | 232 | 45 | 0 | 12 | 116 | 41 | 64 | 101 | 51 |
| Binary | 10101100 | 10011010 | 100101 | 0 | 1010 | 1001110 | 100001 | 110100 | 1000001 | 101001 |
Color Harmonies of #AC9A25
Complementary color
Monochromatic Colors of #AC9A25
Black with #AC9A25
Text Example
Text Example
White with #AC9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A25; }
p { color: rgb(172,154,37); }
H1.HeaderClassName
{
color: #AC9A25;
}
.AnyTagClassName
{
color: #AC9A25;
}
</style>
background-color css
<style>
a { background-color: #AC9A25; }
a { background-color: rgb(172,154,37); }
div.DivClassName
{
background-color: #AC9A25;
}
.BgClassName
{
background-color: #AC9A25;
}
</style>
border-color css
<style>
span { border-color: #AC9A25; }
span { border-color: rgb(172,154,37); }
td.TdClassName
{
border-color: #AC9A25;
}
.TagClassName
{
border-color: #AC9A25;
}
</style>