Shades of Lucky #A9A30F
Tints of Lucky #A9A30F
RGB
CMYK
RGB Variations
Color information
#A9A30F (or 0xA9A30F) is known color: Lucky. HEX triplet: A9, A3 and 0F. RGB value is (169,163,15). Sum of RGB (Red+Green+Blue) = 169+163+15=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A30F is #565CF0. Grayscale: #949494. Windows color (decimal): -5659889 or 1024937. OLE color: 1024937.
HSL color Cylindrical-coordinate representation of color #A9A30F: hue angle of 57.66º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9A30F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 163 | 15 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.34 |
| HSL | 57.66º | 0.84% | 0.36% | - |
| HSV(B) | 57.66º | 0.91% | 0.66% | - |
| XYZ | 29.55 | 34.66 | 5.59 | - |
| YUV | 147.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 15 | 0 | 0.04 | 0.91 | 0.34 | 57.66 | 0.84 | 0.36 |
| Hex | A9 | A3 | F | 0 | 4 | 5B | 22 | 3A | 54 | 24 |
| Octal | 251 | 243 | 17 | 0 | 4 | 133 | 42 | 72 | 124 | 44 |
| Binary | 10101001 | 10100011 | 1111 | 0 | 100 | 1011011 | 100010 | 111010 | 1010100 | 100100 |
Color Harmonies of #A9A30F
Complementary color
Monochromatic Colors of #A9A30F
Black with #A9A30F
Text Example
Text Example
White with #A9A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A30F; }
p { color: rgb(169,163,15); }
H1.HeaderClassName
{
color: #A9A30F;
}
.AnyTagClassName
{
color: #A9A30F;
}
</style>
background-color css
<style>
a { background-color: #A9A30F; }
a { background-color: rgb(169,163,15); }
div.DivClassName
{
background-color: #A9A30F;
}
.BgClassName
{
background-color: #A9A30F;
}
</style>
border-color css
<style>
span { border-color: #A9A30F; }
span { border-color: rgb(169,163,15); }
td.TdClassName
{
border-color: #A9A30F;
}
.TagClassName
{
border-color: #A9A30F;
}
</style>