Shades of Lucky #AC9A07
Tints of Lucky #AC9A07
RGB
CMYK
RGB Variations
Color information
#AC9A07 (or 0xAC9A07) is known color: Lucky. HEX triplet: AC, 9A and 07. RGB value is (172,154,7). Sum of RGB (Red+Green+Blue) = 172+154+7=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A07 is #5365F8. Grayscale: #8F8F8F. Windows color (decimal): -5465593 or 498348. OLE color: 498348.
HSL color Cylindrical-coordinate representation of color #AC9A07: hue angle of 53.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC9A07 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 7 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.33 |
| HSL | 53.45º | 0.92% | 0.35% | - |
| HSV(B) | 53.45º | 0.96% | 0.67% | - |
| XYZ | 28.61 | 31.9 | 4.85 | - |
| YUV | 142.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 7 | 0 | 0.10 | 0.96 | 0.33 | 53.45 | 0.92 | 0.35 |
| Hex | AC | 9A | 7 | 0 | A | 60 | 21 | 35 | 5C | 23 |
| Octal | 254 | 232 | 7 | 0 | 12 | 140 | 41 | 65 | 134 | 43 |
| Binary | 10101100 | 10011010 | 111 | 0 | 1010 | 1100000 | 100001 | 110101 | 1011100 | 100011 |
Color Harmonies of #AC9A07
Complementary color
Monochromatic Colors of #AC9A07
Black with #AC9A07
Text Example
Text Example
White with #AC9A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A07; }
p { color: rgb(172,154,7); }
H1.HeaderClassName
{
color: #AC9A07;
}
.AnyTagClassName
{
color: #AC9A07;
}
</style>
background-color css
<style>
a { background-color: #AC9A07; }
a { background-color: rgb(172,154,7); }
div.DivClassName
{
background-color: #AC9A07;
}
.BgClassName
{
background-color: #AC9A07;
}
</style>
border-color css
<style>
span { border-color: #AC9A07; }
span { border-color: rgb(172,154,7); }
td.TdClassName
{
border-color: #AC9A07;
}
.TagClassName
{
border-color: #AC9A07;
}
</style>