Shades of Lucky #A9941A
Tints of Lucky #A9941A
RGB
CMYK
RGB Variations
Color information
#A9941A (or 0xA9941A) is known color: Lucky. HEX triplet: A9, 94 and 1A. RGB value is (169,148,26). Sum of RGB (Red+Green+Blue) = 169+148+26=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9941A is #566BE5. Grayscale: #8C8C8C. Windows color (decimal): -5663718 or 1741993. OLE color: 1741993.
HSL color Cylindrical-coordinate representation of color #A9941A: hue angle of 51.19º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9941A is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 26 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.34 |
| HSL | 51.19º | 0.73% | 0.38% | - |
| HSV(B) | 51.19º | 0.85% | 0.66% | - |
| XYZ | 27.14 | 29.69 | 5.28 | - |
| YUV | 140.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 26 | 0 | 0.12 | 0.85 | 0.34 | 51.19 | 0.73 | 0.38 |
| Hex | A9 | 94 | 1A | 0 | C | 55 | 22 | 33 | 49 | 26 |
| Octal | 251 | 224 | 32 | 0 | 14 | 125 | 42 | 63 | 111 | 46 |
| Binary | 10101001 | 10010100 | 11010 | 0 | 1100 | 1010101 | 100010 | 110011 | 1001001 | 100110 |
Color Harmonies of #A9941A
Complementary color
Monochromatic Colors of #A9941A
Black with #A9941A
Text Example
Text Example
White with #A9941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9941A; }
p { color: rgb(169,148,26); }
H1.HeaderClassName
{
color: #A9941A;
}
.AnyTagClassName
{
color: #A9941A;
}
</style>
background-color css
<style>
a { background-color: #A9941A; }
a { background-color: rgb(169,148,26); }
div.DivClassName
{
background-color: #A9941A;
}
.BgClassName
{
background-color: #A9941A;
}
</style>
border-color css
<style>
span { border-color: #A9941A; }
span { border-color: rgb(169,148,26); }
td.TdClassName
{
border-color: #A9941A;
}
.TagClassName
{
border-color: #A9941A;
}
</style>