Shades of Lucky #AC9C0D
Tints of Lucky #AC9C0D
RGB
CMYK
RGB Variations
Color information
#AC9C0D (or 0xAC9C0D) is known color: Lucky. HEX triplet: AC, 9C and 0D. RGB value is (172,156,13). Sum of RGB (Red+Green+Blue) = 172+156+13=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0D is #5363F2. Grayscale: #919191. Windows color (decimal): -5465075 or 892076. OLE color: 892076.
HSL color Cylindrical-coordinate representation of color #AC9C0D: hue angle of 53.96º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC9C0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.33 |
| HSL | 53.96º | 0.86% | 0.36% | - |
| HSV(B) | 53.96º | 0.92% | 0.67% | - |
| XYZ | 28.97 | 32.58 | 5.14 | - |
| YUV | 144.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 13 | 0 | 0.09 | 0.92 | 0.33 | 53.96 | 0.86 | 0.36 |
| Hex | AC | 9C | D | 0 | 9 | 5C | 21 | 36 | 56 | 24 |
| Octal | 254 | 234 | 15 | 0 | 11 | 134 | 41 | 66 | 126 | 44 |
| Binary | 10101100 | 10011100 | 1101 | 0 | 1001 | 1011100 | 100001 | 110110 | 1010110 | 100100 |
Color Harmonies of #AC9C0D
Complementary color
Monochromatic Colors of #AC9C0D
Black with #AC9C0D
Text Example
Text Example
White with #AC9C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C0D; }
p { color: rgb(172,156,13); }
H1.HeaderClassName
{
color: #AC9C0D;
}
.AnyTagClassName
{
color: #AC9C0D;
}
</style>
background-color css
<style>
a { background-color: #AC9C0D; }
a { background-color: rgb(172,156,13); }
div.DivClassName
{
background-color: #AC9C0D;
}
.BgClassName
{
background-color: #AC9C0D;
}
</style>
border-color css
<style>
span { border-color: #AC9C0D; }
span { border-color: rgb(172,156,13); }
td.TdClassName
{
border-color: #AC9C0D;
}
.TagClassName
{
border-color: #AC9C0D;
}
</style>