Shades of Lucky #A99705
Tints of Lucky #A99705
RGB
CMYK
RGB Variations
Color information
#A99705 (or 0xA99705) is known color: Lucky. HEX triplet: A9, 97 and 05. RGB value is (169,151,5). Sum of RGB (Red+Green+Blue) = 169+151+5=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A99705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99705 is #5668FA. Grayscale: #8C8C8C. Windows color (decimal): -5662971 or 366505. OLE color: 366505.
HSL color Cylindrical-coordinate representation of color #A99705: hue angle of 53.41º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A99705 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.34 |
| HSL | 53.41º | 0.94% | 0.34% | - |
| HSV(B) | 53.41º | 0.97% | 0.66% | - |
| XYZ | 27.46 | 30.58 | 4.6 | - |
| YUV | 139.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 5 | 0 | 0.11 | 0.97 | 0.34 | 53.41 | 0.94 | 0.34 |
| Hex | A9 | 97 | 5 | 0 | B | 61 | 22 | 35 | 5E | 22 |
| Octal | 251 | 227 | 5 | 0 | 13 | 141 | 42 | 65 | 136 | 42 |
| Binary | 10101001 | 10010111 | 101 | 0 | 1011 | 1100001 | 100010 | 110101 | 1011110 | 100010 |
Color Harmonies of #A99705
Complementary color
Monochromatic Colors of #A99705
Black with #A99705
Text Example
Text Example
White with #A99705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99705; }
p { color: rgb(169,151,5); }
H1.HeaderClassName
{
color: #A99705;
}
.AnyTagClassName
{
color: #A99705;
}
</style>
background-color css
<style>
a { background-color: #A99705; }
a { background-color: rgb(169,151,5); }
div.DivClassName
{
background-color: #A99705;
}
.BgClassName
{
background-color: #A99705;
}
</style>
border-color css
<style>
span { border-color: #A99705; }
span { border-color: rgb(169,151,5); }
td.TdClassName
{
border-color: #A99705;
}
.TagClassName
{
border-color: #A99705;
}
</style>