Shades of Lucky #AC9D1C
Tints of Lucky #AC9D1C
RGB
CMYK
RGB Variations
Color information
#AC9D1C (or 0xAC9D1C) is known color: Lucky. HEX triplet: AC, 9D and 1C. RGB value is (172,157,28). Sum of RGB (Red+Green+Blue) = 172+157+28=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D1C is #5362E3. Grayscale: #939393. Windows color (decimal): -5464804 or 1875372. OLE color: 1875372.
HSL color Cylindrical-coordinate representation of color #AC9D1C: hue angle of 53.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC9D1C is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 28 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.33 |
| HSL | 53.75º | 0.72% | 0.39% | - |
| HSV(B) | 53.75º | 0.84% | 0.67% | - |
| XYZ | 29.28 | 32.97 | 5.92 | - |
| YUV | 146.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 28 | 0 | 0.09 | 0.84 | 0.33 | 53.75 | 0.72 | 0.39 |
| Hex | AC | 9D | 1C | 0 | 9 | 54 | 21 | 36 | 48 | 27 |
| Octal | 254 | 235 | 34 | 0 | 11 | 124 | 41 | 66 | 110 | 47 |
| Binary | 10101100 | 10011101 | 11100 | 0 | 1001 | 1010100 | 100001 | 110110 | 1001000 | 100111 |
Color Harmonies of #AC9D1C
Complementary color
Monochromatic Colors of #AC9D1C
Black with #AC9D1C
Text Example
Text Example
White with #AC9D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D1C; }
p { color: rgb(172,157,28); }
H1.HeaderClassName
{
color: #AC9D1C;
}
.AnyTagClassName
{
color: #AC9D1C;
}
</style>
background-color css
<style>
a { background-color: #AC9D1C; }
a { background-color: rgb(172,157,28); }
div.DivClassName
{
background-color: #AC9D1C;
}
.BgClassName
{
background-color: #AC9D1C;
}
</style>
border-color css
<style>
span { border-color: #AC9D1C; }
span { border-color: rgb(172,157,28); }
td.TdClassName
{
border-color: #AC9D1C;
}
.TagClassName
{
border-color: #AC9D1C;
}
</style>