Shades of Lucky #AC981A
Tints of Lucky #AC981A
RGB
CMYK
RGB Variations
Color information
#AC981A (or 0xAC981A) is known color: Lucky. HEX triplet: AC, 98 and 1A. RGB value is (172,152,26). Sum of RGB (Red+Green+Blue) = 172+152+26=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC981A is #5367E5. Grayscale: #909090. Windows color (decimal): -5466086 or 1743020. OLE color: 1743020.
HSL color Cylindrical-coordinate representation of color #AC981A: hue angle of 51.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC981A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 26 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.33 |
| HSL | 51.78º | 0.74% | 0.39% | - |
| HSV(B) | 51.78º | 0.85% | 0.67% | - |
| XYZ | 28.43 | 31.3 | 5.52 | - |
| YUV | 143.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 26 | 0 | 0.12 | 0.85 | 0.33 | 51.78 | 0.74 | 0.39 |
| Hex | AC | 98 | 1A | 0 | C | 55 | 21 | 34 | 4A | 27 |
| Octal | 254 | 230 | 32 | 0 | 14 | 125 | 41 | 64 | 112 | 47 |
| Binary | 10101100 | 10011000 | 11010 | 0 | 1100 | 1010101 | 100001 | 110100 | 1001010 | 100111 |
Color Harmonies of #AC981A
Complementary color
Monochromatic Colors of #AC981A
Black with #AC981A
Text Example
Text Example
White with #AC981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC981A; }
p { color: rgb(172,152,26); }
H1.HeaderClassName
{
color: #AC981A;
}
.AnyTagClassName
{
color: #AC981A;
}
</style>
background-color css
<style>
a { background-color: #AC981A; }
a { background-color: rgb(172,152,26); }
div.DivClassName
{
background-color: #AC981A;
}
.BgClassName
{
background-color: #AC981A;
}
</style>
border-color css
<style>
span { border-color: #AC981A; }
span { border-color: rgb(172,152,26); }
td.TdClassName
{
border-color: #AC981A;
}
.TagClassName
{
border-color: #AC981A;
}
</style>