Shades of Lucky #AC981D
Tints of Lucky #AC981D
RGB
CMYK
RGB Variations
Color information
#AC981D (or 0xAC981D) is known color: Lucky. HEX triplet: AC, 98 and 1D. RGB value is (172,152,29). Sum of RGB (Red+Green+Blue) = 172+152+29=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC981D is #5367E2. Grayscale: #909090. Windows color (decimal): -5466083 or 1939628. OLE color: 1939628.
HSL color Cylindrical-coordinate representation of color #AC981D: hue angle of 51.61º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC981D is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 29 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.33 |
| HSL | 51.61º | 0.71% | 0.39% | - |
| HSV(B) | 51.61º | 0.83% | 0.67% | - |
| XYZ | 28.46 | 31.32 | 5.71 | - |
| YUV | 143.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 29 | 0 | 0.12 | 0.83 | 0.33 | 51.61 | 0.71 | 0.39 |
| Hex | AC | 98 | 1D | 0 | C | 53 | 21 | 34 | 47 | 27 |
| Octal | 254 | 230 | 35 | 0 | 14 | 123 | 41 | 64 | 107 | 47 |
| Binary | 10101100 | 10011000 | 11101 | 0 | 1100 | 1010011 | 100001 | 110100 | 1000111 | 100111 |
Color Harmonies of #AC981D
Complementary color
Monochromatic Colors of #AC981D
Black with #AC981D
Text Example
Text Example
White with #AC981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC981D; }
p { color: rgb(172,152,29); }
H1.HeaderClassName
{
color: #AC981D;
}
.AnyTagClassName
{
color: #AC981D;
}
</style>
background-color css
<style>
a { background-color: #AC981D; }
a { background-color: rgb(172,152,29); }
div.DivClassName
{
background-color: #AC981D;
}
.BgClassName
{
background-color: #AC981D;
}
</style>
border-color css
<style>
span { border-color: #AC981D; }
span { border-color: rgb(172,152,29); }
td.TdClassName
{
border-color: #AC981D;
}
.TagClassName
{
border-color: #AC981D;
}
</style>