Shades of Lucky #AC990D
Tints of Lucky #AC990D
RGB
CMYK
RGB Variations
Color information
#AC990D (or 0xAC990D) is known color: Lucky. HEX triplet: AC, 99 and 0D. RGB value is (172,153,13). Sum of RGB (Red+Green+Blue) = 172+153+13=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC990D is #5366F2. Grayscale: #8F8F8F. Windows color (decimal): -5465843 or 891308. OLE color: 891308.
HSL color Cylindrical-coordinate representation of color #AC990D: hue angle of 52.83º 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 #AC990D is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 13 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.33 |
| HSL | 52.83º | 0.86% | 0.36% | - |
| HSV(B) | 52.83º | 0.92% | 0.67% | - |
| XYZ | 28.48 | 31.58 | 4.98 | - |
| YUV | 142.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 13 | 0 | 0.11 | 0.92 | 0.33 | 52.83 | 0.86 | 0.36 |
| Hex | AC | 99 | D | 0 | B | 5C | 21 | 35 | 56 | 24 |
| Octal | 254 | 231 | 15 | 0 | 13 | 134 | 41 | 65 | 126 | 44 |
| Binary | 10101100 | 10011001 | 1101 | 0 | 1011 | 1011100 | 100001 | 110101 | 1010110 | 100100 |
Color Harmonies of #AC990D
Complementary color
Monochromatic Colors of #AC990D
Black with #AC990D
Text Example
Text Example
White with #AC990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC990D; }
p { color: rgb(172,153,13); }
H1.HeaderClassName
{
color: #AC990D;
}
.AnyTagClassName
{
color: #AC990D;
}
</style>
background-color css
<style>
a { background-color: #AC990D; }
a { background-color: rgb(172,153,13); }
div.DivClassName
{
background-color: #AC990D;
}
.BgClassName
{
background-color: #AC990D;
}
</style>
border-color css
<style>
span { border-color: #AC990D; }
span { border-color: rgb(172,153,13); }
td.TdClassName
{
border-color: #AC990D;
}
.TagClassName
{
border-color: #AC990D;
}
</style>