Shades of Lucky #A9A514
Tints of Lucky #A9A514
RGB
CMYK
RGB Variations
Color information
#A9A514 (or 0xA9A514) is known color: Lucky. HEX triplet: A9, A5 and 14. RGB value is (169,165,20). Sum of RGB (Red+Green+Blue) = 169+165+20=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A514 is #565AEB. Grayscale: #969696. Windows color (decimal): -5659372 or 1353129. OLE color: 1353129.
HSL color Cylindrical-coordinate representation of color #A9A514: hue angle of 58.39º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9A514 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.34 |
| HSL | 58.39º | 0.79% | 0.37% | - |
| HSV(B) | 58.39º | 0.88% | 0.66% | - |
| XYZ | 29.94 | 35.4 | 5.92 | - |
| YUV | 149.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 20 | 0 | 0.02 | 0.88 | 0.34 | 58.39 | 0.79 | 0.37 |
| Hex | A9 | A5 | 14 | 0 | 2 | 58 | 22 | 3A | 4F | 25 |
| Octal | 251 | 245 | 24 | 0 | 2 | 130 | 42 | 72 | 117 | 45 |
| Binary | 10101001 | 10100101 | 10100 | 0 | 10 | 1011000 | 100010 | 111010 | 1001111 | 100101 |
Color Harmonies of #A9A514
Complementary color
Monochromatic Colors of #A9A514
Black with #A9A514
Text Example
Text Example
White with #A9A514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A514; }
p { color: rgb(169,165,20); }
H1.HeaderClassName
{
color: #A9A514;
}
.AnyTagClassName
{
color: #A9A514;
}
</style>
background-color css
<style>
a { background-color: #A9A514; }
a { background-color: rgb(169,165,20); }
div.DivClassName
{
background-color: #A9A514;
}
.BgClassName
{
background-color: #A9A514;
}
</style>
border-color css
<style>
span { border-color: #A9A514; }
span { border-color: rgb(169,165,20); }
td.TdClassName
{
border-color: #A9A514;
}
.TagClassName
{
border-color: #A9A514;
}
</style>