Shades of Lucky #AC991A
Tints of Lucky #AC991A
RGB
CMYK
RGB Variations
Color information
#AC991A (or 0xAC991A) is known color: Lucky. HEX triplet: AC, 99 and 1A. RGB value is (172,153,26). Sum of RGB (Red+Green+Blue) = 172+153+26=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC991A is #5366E5. Grayscale: #909090. Windows color (decimal): -5465830 or 1743276. OLE color: 1743276.
HSL color Cylindrical-coordinate representation of color #AC991A: hue angle of 52.19º 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 #AC991A is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 26 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.33 |
| HSL | 52.19º | 0.74% | 0.39% | - |
| HSV(B) | 52.19º | 0.85% | 0.67% | - |
| XYZ | 28.59 | 31.63 | 5.58 | - |
| YUV | 144.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 26 | 0 | 0.11 | 0.85 | 0.33 | 52.19 | 0.74 | 0.39 |
| Hex | AC | 99 | 1A | 0 | B | 55 | 21 | 34 | 4A | 27 |
| Octal | 254 | 231 | 32 | 0 | 13 | 125 | 41 | 64 | 112 | 47 |
| Binary | 10101100 | 10011001 | 11010 | 0 | 1011 | 1010101 | 100001 | 110100 | 1001010 | 100111 |
Color Harmonies of #AC991A
Complementary color
Monochromatic Colors of #AC991A
Black with #AC991A
Text Example
Text Example
White with #AC991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC991A; }
p { color: rgb(172,153,26); }
H1.HeaderClassName
{
color: #AC991A;
}
.AnyTagClassName
{
color: #AC991A;
}
</style>
background-color css
<style>
a { background-color: #AC991A; }
a { background-color: rgb(172,153,26); }
div.DivClassName
{
background-color: #AC991A;
}
.BgClassName
{
background-color: #AC991A;
}
</style>
border-color css
<style>
span { border-color: #AC991A; }
span { border-color: rgb(172,153,26); }
td.TdClassName
{
border-color: #AC991A;
}
.TagClassName
{
border-color: #AC991A;
}
</style>