Shades of Lucky #AC9826
Tints of Lucky #AC9826
RGB
CMYK
RGB Variations
Color information
#AC9826 (or 0xAC9826) is known color: Lucky. HEX triplet: AC, 98 and 26. RGB value is (172,152,38). Sum of RGB (Red+Green+Blue) = 172+152+38=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9826 is #5367D9. Grayscale: #919191. Windows color (decimal): -5466074 or 2529452. OLE color: 2529452.
HSL color Cylindrical-coordinate representation of color #AC9826: hue angle of 51.04º degrees, saturation: 0.64, 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 #AC9826 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 38 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.33 |
| HSL | 51.04º | 0.64% | 0.41% | - |
| HSV(B) | 51.04º | 0.78% | 0.67% | - |
| XYZ | 28.59 | 31.37 | 6.38 | - |
| YUV | 144.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 38 | 0 | 0.12 | 0.78 | 0.33 | 51.04 | 0.64 | 0.41 |
| Hex | AC | 98 | 26 | 0 | C | 4E | 21 | 33 | 40 | 29 |
| Octal | 254 | 230 | 46 | 0 | 14 | 116 | 41 | 63 | 100 | 51 |
| Binary | 10101100 | 10011000 | 100110 | 0 | 1100 | 1001110 | 100001 | 110011 | 1000000 | 101001 |
Color Harmonies of #AC9826
Complementary color
Monochromatic Colors of #AC9826
Black with #AC9826
Text Example
Text Example
White with #AC9826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9826; }
p { color: rgb(172,152,38); }
H1.HeaderClassName
{
color: #AC9826;
}
.AnyTagClassName
{
color: #AC9826;
}
</style>
background-color css
<style>
a { background-color: #AC9826; }
a { background-color: rgb(172,152,38); }
div.DivClassName
{
background-color: #AC9826;
}
.BgClassName
{
background-color: #AC9826;
}
</style>
border-color css
<style>
span { border-color: #AC9826; }
span { border-color: rgb(172,152,38); }
td.TdClassName
{
border-color: #AC9826;
}
.TagClassName
{
border-color: #AC9826;
}
</style>