Shades of Lucky #AC9D28
Tints of Lucky #AC9D28
RGB
CMYK
RGB Variations
Color information
#AC9D28 (or 0xAC9D28) is known color: Lucky. HEX triplet: AC, 9D and 28. RGB value is (172,157,40). Sum of RGB (Red+Green+Blue) = 172+157+40=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D28 is #5362D7. Grayscale: #949494. Windows color (decimal): -5464792 or 2661804. OLE color: 2661804.
HSL color Cylindrical-coordinate representation of color #AC9D28: hue angle of 53.18º 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 #AC9D28 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 40 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.33 |
| HSL | 53.18º | 0.62% | 0.42% | - |
| HSV(B) | 53.18º | 0.77% | 0.67% | - |
| XYZ | 29.45 | 33.04 | 6.83 | - |
| YUV | 148.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 40 | 0 | 0.09 | 0.77 | 0.33 | 53.18 | 0.62 | 0.42 |
| Hex | AC | 9D | 28 | 0 | 9 | 4D | 21 | 35 | 3E | 2A |
| Octal | 254 | 235 | 50 | 0 | 11 | 115 | 41 | 65 | 76 | 52 |
| Binary | 10101100 | 10011101 | 101000 | 0 | 1001 | 1001101 | 100001 | 110101 | 111110 | 101010 |
Color Harmonies of #AC9D28
Complementary color
Monochromatic Colors of #AC9D28
Black with #AC9D28
Text Example
Text Example
White with #AC9D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D28; }
p { color: rgb(172,157,40); }
H1.HeaderClassName
{
color: #AC9D28;
}
.AnyTagClassName
{
color: #AC9D28;
}
</style>
background-color css
<style>
a { background-color: #AC9D28; }
a { background-color: rgb(172,157,40); }
div.DivClassName
{
background-color: #AC9D28;
}
.BgClassName
{
background-color: #AC9D28;
}
</style>
border-color css
<style>
span { border-color: #AC9D28; }
span { border-color: rgb(172,157,40); }
td.TdClassName
{
border-color: #AC9D28;
}
.TagClassName
{
border-color: #AC9D28;
}
</style>