Shades of Lucky #AC8F1A
Tints of Lucky #AC8F1A
RGB
CMYK
RGB Variations
Color information
#AC8F1A (or 0xAC8F1A) is known color: Lucky. HEX triplet: AC, 8F and 1A. RGB value is (172,143,26). Sum of RGB (Red+Green+Blue) = 172+143+26=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F1A is #5370E5. Grayscale: #8A8A8A. Windows color (decimal): -5468390 or 1740716. OLE color: 1740716.
HSL color Cylindrical-coordinate representation of color #AC8F1A: hue angle of 48.08º 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 #AC8F1A is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 26 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.33 |
| HSL | 48.08º | 0.74% | 0.39% | - |
| HSV(B) | 48.08º | 0.85% | 0.67% | - |
| XYZ | 27.02 | 28.49 | 5.05 | - |
| YUV | 138.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 26 | 0 | 0.17 | 0.85 | 0.33 | 48.08 | 0.74 | 0.39 |
| Hex | AC | 8F | 1A | 0 | 11 | 55 | 21 | 30 | 4A | 27 |
| Octal | 254 | 217 | 32 | 0 | 21 | 125 | 41 | 60 | 112 | 47 |
| Binary | 10101100 | 10001111 | 11010 | 0 | 10001 | 1010101 | 100001 | 110000 | 1001010 | 100111 |
Color Harmonies of #AC8F1A
Complementary color
Monochromatic Colors of #AC8F1A
Black with #AC8F1A
Text Example
Text Example
White with #AC8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F1A; }
p { color: rgb(172,143,26); }
H1.HeaderClassName
{
color: #AC8F1A;
}
.AnyTagClassName
{
color: #AC8F1A;
}
</style>
background-color css
<style>
a { background-color: #AC8F1A; }
a { background-color: rgb(172,143,26); }
div.DivClassName
{
background-color: #AC8F1A;
}
.BgClassName
{
background-color: #AC8F1A;
}
</style>
border-color css
<style>
span { border-color: #AC8F1A; }
span { border-color: rgb(172,143,26); }
td.TdClassName
{
border-color: #AC8F1A;
}
.TagClassName
{
border-color: #AC8F1A;
}
</style>