Shades of Lucky #A9960E
Tints of Lucky #A9960E
RGB
CMYK
RGB Variations
Color information
#A9960E (or 0xA9960E) is known color: Lucky. HEX triplet: A9, 96 and 0E. RGB value is (169,150,14). Sum of RGB (Red+Green+Blue) = 169+150+14=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9960E is #5669F1. Grayscale: #8C8C8C. Windows color (decimal): -5663218 or 956073. OLE color: 956073.
HSL color Cylindrical-coordinate representation of color #A9960E: hue angle of 52.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9960E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.34 |
| HSL | 52.65º | 0.85% | 0.36% | - |
| HSV(B) | 52.65º | 0.92% | 0.66% | - |
| XYZ | 27.35 | 30.28 | 4.82 | - |
| YUV | 140.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 14 | 0 | 0.11 | 0.92 | 0.34 | 52.65 | 0.85 | 0.36 |
| Hex | A9 | 96 | E | 0 | B | 5C | 22 | 35 | 55 | 24 |
| Octal | 251 | 226 | 16 | 0 | 13 | 134 | 42 | 65 | 125 | 44 |
| Binary | 10101001 | 10010110 | 1110 | 0 | 1011 | 1011100 | 100010 | 110101 | 1010101 | 100100 |
Color Harmonies of #A9960E
Complementary color
Monochromatic Colors of #A9960E
Black with #A9960E
Text Example
Text Example
White with #A9960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9960E; }
p { color: rgb(169,150,14); }
H1.HeaderClassName
{
color: #A9960E;
}
.AnyTagClassName
{
color: #A9960E;
}
</style>
background-color css
<style>
a { background-color: #A9960E; }
a { background-color: rgb(169,150,14); }
div.DivClassName
{
background-color: #A9960E;
}
.BgClassName
{
background-color: #A9960E;
}
</style>
border-color css
<style>
span { border-color: #A9960E; }
span { border-color: rgb(169,150,14); }
td.TdClassName
{
border-color: #A9960E;
}
.TagClassName
{
border-color: #A9960E;
}
</style>