Shades of Lucky #AC9812
Tints of Lucky #AC9812
RGB
CMYK
RGB Variations
Color information
#AC9812 (or 0xAC9812) is known color: Lucky. HEX triplet: AC, 98 and 12. RGB value is (172,152,18). Sum of RGB (Red+Green+Blue) = 172+152+18=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9812 is #5367ED. Grayscale: #8F8F8F. Windows color (decimal): -5466094 or 1218732. OLE color: 1218732.
HSL color Cylindrical-coordinate representation of color #AC9812: hue angle of 52.21º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC9812 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 18 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.33 |
| HSL | 52.21º | 0.81% | 0.37% | - |
| HSV(B) | 52.21º | 0.9% | 0.67% | - |
| XYZ | 28.35 | 31.27 | 5.11 | - |
| YUV | 142.7 | 57.63 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 18 | 0 | 0.12 | 0.90 | 0.33 | 52.21 | 0.81 | 0.37 |
| Hex | AC | 98 | 12 | 0 | C | 5A | 21 | 34 | 51 | 25 |
| Octal | 254 | 230 | 22 | 0 | 14 | 132 | 41 | 64 | 121 | 45 |
| Binary | 10101100 | 10011000 | 10010 | 0 | 1100 | 1011010 | 100001 | 110100 | 1010001 | 100101 |
Color Harmonies of #AC9812
Complementary color
Monochromatic Colors of #AC9812
Black with #AC9812
Text Example
Text Example
White with #AC9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9812; }
p { color: rgb(172,152,18); }
H1.HeaderClassName
{
color: #AC9812;
}
.AnyTagClassName
{
color: #AC9812;
}
</style>
background-color css
<style>
a { background-color: #AC9812; }
a { background-color: rgb(172,152,18); }
div.DivClassName
{
background-color: #AC9812;
}
.BgClassName
{
background-color: #AC9812;
}
</style>
border-color css
<style>
span { border-color: #AC9812; }
span { border-color: rgb(172,152,18); }
td.TdClassName
{
border-color: #AC9812;
}
.TagClassName
{
border-color: #AC9812;
}
</style>