Shades of Lucky #AC9525
Tints of Lucky #AC9525
RGB
CMYK
RGB Variations
Color information
#AC9525 (or 0xAC9525) is known color: Lucky. HEX triplet: AC, 95 and 25. RGB value is (172,149,37). Sum of RGB (Red+Green+Blue) = 172+149+37=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9525 is #536ADA. Grayscale: #8F8F8F. Windows color (decimal): -5466843 or 2463148. OLE color: 2463148.
HSL color Cylindrical-coordinate representation of color #AC9525: hue angle of 49.78º 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 #AC9525 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 37 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.33 |
| HSL | 49.78º | 0.65% | 0.41% | - |
| HSV(B) | 49.78º | 0.78% | 0.67% | - |
| XYZ | 28.09 | 30.4 | 6.14 | - |
| YUV | 143.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 37 | 0 | 0.13 | 0.78 | 0.33 | 49.78 | 0.65 | 0.41 |
| Hex | AC | 95 | 25 | 0 | D | 4E | 21 | 32 | 41 | 29 |
| Octal | 254 | 225 | 45 | 0 | 15 | 116 | 41 | 62 | 101 | 51 |
| Binary | 10101100 | 10010101 | 100101 | 0 | 1101 | 1001110 | 100001 | 110010 | 1000001 | 101001 |
Color Harmonies of #AC9525
Complementary color
Monochromatic Colors of #AC9525
Black with #AC9525
Text Example
Text Example
White with #AC9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9525; }
p { color: rgb(172,149,37); }
H1.HeaderClassName
{
color: #AC9525;
}
.AnyTagClassName
{
color: #AC9525;
}
</style>
background-color css
<style>
a { background-color: #AC9525; }
a { background-color: rgb(172,149,37); }
div.DivClassName
{
background-color: #AC9525;
}
.BgClassName
{
background-color: #AC9525;
}
</style>
border-color css
<style>
span { border-color: #AC9525; }
span { border-color: rgb(172,149,37); }
td.TdClassName
{
border-color: #AC9525;
}
.TagClassName
{
border-color: #AC9525;
}
</style>