Shades of Lucky #A99D0A
Tints of Lucky #A99D0A
RGB
CMYK
RGB Variations
Color information
#A99D0A (or 0xA99D0A) is known color: Lucky. HEX triplet: A9, 9D and 0A. RGB value is (169,157,10). Sum of RGB (Red+Green+Blue) = 169+157+10=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D0A is #5662F5. Grayscale: #909090. Windows color (decimal): -5661430 or 695721. OLE color: 695721.
HSL color Cylindrical-coordinate representation of color #A99D0A: hue angle of 55.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A99D0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.34 |
| HSL | 55.47º | 0.89% | 0.35% | - |
| HSV(B) | 55.47º | 0.94% | 0.66% | - |
| XYZ | 28.47 | 32.57 | 5.07 | - |
| YUV | 143.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 10 | 0 | 0.07 | 0.94 | 0.34 | 55.47 | 0.89 | 0.35 |
| Hex | A9 | 9D | A | 0 | 7 | 5E | 22 | 37 | 59 | 23 |
| Octal | 251 | 235 | 12 | 0 | 7 | 136 | 42 | 67 | 131 | 43 |
| Binary | 10101001 | 10011101 | 1010 | 0 | 111 | 1011110 | 100010 | 110111 | 1011001 | 100011 |
Color Harmonies of #A99D0A
Complementary color
Monochromatic Colors of #A99D0A
Black with #A99D0A
Text Example
Text Example
White with #A99D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D0A; }
p { color: rgb(169,157,10); }
H1.HeaderClassName
{
color: #A99D0A;
}
.AnyTagClassName
{
color: #A99D0A;
}
</style>
background-color css
<style>
a { background-color: #A99D0A; }
a { background-color: rgb(169,157,10); }
div.DivClassName
{
background-color: #A99D0A;
}
.BgClassName
{
background-color: #A99D0A;
}
</style>
border-color css
<style>
span { border-color: #A99D0A; }
span { border-color: rgb(169,157,10); }
td.TdClassName
{
border-color: #A99D0A;
}
.TagClassName
{
border-color: #A99D0A;
}
</style>