Shades of Lucky #A9A01A
Tints of Lucky #A9A01A
RGB
CMYK
RGB Variations
Color information
#A9A01A (or 0xA9A01A) is known color: Lucky. HEX triplet: A9, A0 and 1A. RGB value is (169,160,26). Sum of RGB (Red+Green+Blue) = 169+160+26=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A01A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A01A is #565FE5. Grayscale: #939393. Windows color (decimal): -5660646 or 1745065. OLE color: 1745065.
HSL color Cylindrical-coordinate representation of color #A9A01A: hue angle of 56.22º 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 #A9A01A is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 26 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.34 |
| HSL | 56.22º | 0.73% | 0.38% | - |
| HSV(B) | 56.22º | 0.85% | 0.66% | - |
| XYZ | 29.12 | 33.65 | 5.94 | - |
| YUV | 147.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 26 | 0 | 0.05 | 0.85 | 0.34 | 56.22 | 0.73 | 0.38 |
| Hex | A9 | A0 | 1A | 0 | 5 | 55 | 22 | 38 | 49 | 26 |
| Octal | 251 | 240 | 32 | 0 | 5 | 125 | 42 | 70 | 111 | 46 |
| Binary | 10101001 | 10100000 | 11010 | 0 | 101 | 1010101 | 100010 | 111000 | 1001001 | 100110 |
Color Harmonies of #A9A01A
Complementary color
Monochromatic Colors of #A9A01A
Black with #A9A01A
Text Example
Text Example
White with #A9A01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A01A; }
p { color: rgb(169,160,26); }
H1.HeaderClassName
{
color: #A9A01A;
}
.AnyTagClassName
{
color: #A9A01A;
}
</style>
background-color css
<style>
a { background-color: #A9A01A; }
a { background-color: rgb(169,160,26); }
div.DivClassName
{
background-color: #A9A01A;
}
.BgClassName
{
background-color: #A9A01A;
}
</style>
border-color css
<style>
span { border-color: #A9A01A; }
span { border-color: rgb(169,160,26); }
td.TdClassName
{
border-color: #A9A01A;
}
.TagClassName
{
border-color: #A9A01A;
}
</style>