Shades of Lucky #A9A710
Tints of Lucky #A9A710
RGB
CMYK
RGB Variations
Color information
#A9A710 (or 0xA9A710) is known color: Lucky. HEX triplet: A9, A7 and 10. RGB value is (169,167,16). Sum of RGB (Red+Green+Blue) = 169+167+16=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A710 is #5658EF. Grayscale: #969696. Windows color (decimal): -5658864 or 1091497. OLE color: 1091497.
HSL color Cylindrical-coordinate representation of color #A9A710: hue angle of 59.22º degrees, saturation: 0.83, 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 #A9A710 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.34 |
| HSL | 59.22º | 0.83% | 0.36% | - |
| HSV(B) | 59.22º | 0.91% | 0.66% | - |
| XYZ | 30.27 | 36.11 | 5.86 | - |
| YUV | 150.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 16 | 0 | 0.01 | 0.91 | 0.34 | 59.22 | 0.83 | 0.36 |
| Hex | A9 | A7 | 10 | 0 | 1 | 5B | 22 | 3B | 53 | 24 |
| Octal | 251 | 247 | 20 | 0 | 1 | 133 | 42 | 73 | 123 | 44 |
| Binary | 10101001 | 10100111 | 10000 | 0 | 1 | 1011011 | 100010 | 111011 | 1010011 | 100100 |
Color Harmonies of #A9A710
Complementary color
Monochromatic Colors of #A9A710
Black with #A9A710
Text Example
Text Example
White with #A9A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A710; }
p { color: rgb(169,167,16); }
H1.HeaderClassName
{
color: #A9A710;
}
.AnyTagClassName
{
color: #A9A710;
}
</style>
background-color css
<style>
a { background-color: #A9A710; }
a { background-color: rgb(169,167,16); }
div.DivClassName
{
background-color: #A9A710;
}
.BgClassName
{
background-color: #A9A710;
}
</style>
border-color css
<style>
span { border-color: #A9A710; }
span { border-color: rgb(169,167,16); }
td.TdClassName
{
border-color: #A9A710;
}
.TagClassName
{
border-color: #A9A710;
}
</style>