Shades of Lucky #A99706
Tints of Lucky #A99706
RGB
CMYK
RGB Variations
Color information
#A99706 (or 0xA99706) is known color: Lucky. HEX triplet: A9, 97 and 06. RGB value is (169,151,6). Sum of RGB (Red+Green+Blue) = 169+151+6=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99706 is #5668F9. Grayscale: #8C8C8C. Windows color (decimal): -5662970 or 432041. OLE color: 432041.
HSL color Cylindrical-coordinate representation of color #A99706: hue angle of 53.37º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A99706 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 6 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.34 |
| HSL | 53.37º | 0.93% | 0.34% | - |
| HSV(B) | 53.37º | 0.96% | 0.66% | - |
| XYZ | 27.46 | 30.58 | 4.63 | - |
| YUV | 139.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 6 | 0 | 0.11 | 0.96 | 0.34 | 53.37 | 0.93 | 0.34 |
| Hex | A9 | 97 | 6 | 0 | B | 60 | 22 | 35 | 5D | 22 |
| Octal | 251 | 227 | 6 | 0 | 13 | 140 | 42 | 65 | 135 | 42 |
| Binary | 10101001 | 10010111 | 110 | 0 | 1011 | 1100000 | 100010 | 110101 | 1011101 | 100010 |
Color Harmonies of #A99706
Complementary color
Monochromatic Colors of #A99706
Black with #A99706
Text Example
Text Example
White with #A99706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99706; }
p { color: rgb(169,151,6); }
H1.HeaderClassName
{
color: #A99706;
}
.AnyTagClassName
{
color: #A99706;
}
</style>
background-color css
<style>
a { background-color: #A99706; }
a { background-color: rgb(169,151,6); }
div.DivClassName
{
background-color: #A99706;
}
.BgClassName
{
background-color: #A99706;
}
</style>
border-color css
<style>
span { border-color: #A99706; }
span { border-color: rgb(169,151,6); }
td.TdClassName
{
border-color: #A99706;
}
.TagClassName
{
border-color: #A99706;
}
</style>