Shades of Lucky #AC900E
Tints of Lucky #AC900E
RGB
CMYK
RGB Variations
Color information
#AC900E (or 0xAC900E) is known color: Lucky. HEX triplet: AC, 90 and 0E. RGB value is (172,144,14). Sum of RGB (Red+Green+Blue) = 172+144+14=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC900E is #536FF1. Grayscale: #8A8A8A. Windows color (decimal): -5468146 or 954540. OLE color: 954540.
HSL color Cylindrical-coordinate representation of color #AC900E: hue angle of 49.37º degrees, saturation: 0.85, 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 #AC900E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 14 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.33 |
| HSL | 49.37º | 0.85% | 0.36% | - |
| HSV(B) | 49.37º | 0.92% | 0.67% | - |
| XYZ | 27.07 | 28.75 | 4.54 | - |
| YUV | 137.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 14 | 0 | 0.16 | 0.92 | 0.33 | 49.37 | 0.85 | 0.36 |
| Hex | AC | 90 | E | 0 | 10 | 5C | 21 | 31 | 55 | 24 |
| Octal | 254 | 220 | 16 | 0 | 20 | 134 | 41 | 61 | 125 | 44 |
| Binary | 10101100 | 10010000 | 1110 | 0 | 10000 | 1011100 | 100001 | 110001 | 1010101 | 100100 |
Color Harmonies of #AC900E
Complementary color
Monochromatic Colors of #AC900E
Black with #AC900E
Text Example
Text Example
White with #AC900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC900E; }
p { color: rgb(172,144,14); }
H1.HeaderClassName
{
color: #AC900E;
}
.AnyTagClassName
{
color: #AC900E;
}
</style>
background-color css
<style>
a { background-color: #AC900E; }
a { background-color: rgb(172,144,14); }
div.DivClassName
{
background-color: #AC900E;
}
.BgClassName
{
background-color: #AC900E;
}
</style>
border-color css
<style>
span { border-color: #AC900E; }
span { border-color: rgb(172,144,14); }
td.TdClassName
{
border-color: #AC900E;
}
.TagClassName
{
border-color: #AC900E;
}
</style>