Shades of Lucky #A99D00
Tints of Lucky #A99D00
RGB
CMYK
RGB Variations
Color information
#A99D00 (or 0xA99D00) is known color: Lucky. HEX triplet: A9, 9D and 00. RGB value is (169,157,0). Sum of RGB (Red+Green+Blue) = 169+157+0=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D00 is #5662FF. Grayscale: #8F8F8F. Windows color (decimal): -5661440 or 40361. OLE color: 40361.
HSL color Cylindrical-coordinate representation of color #A99D00: hue angle of 55.74º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A99D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.34 |
| HSL | 55.74º | 1% | 0.33% | - |
| HSV(B) | 55.74º | 1% | 0.66% | - |
| XYZ | 28.42 | 32.55 | 4.78 | - |
| YUV | 142.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 0 | 0 | 0.07 | 1 | 0.34 | 55.74 | 1 | 0.33 |
| Hex | A9 | 9D | 0 | 0 | 7 | 64 | 22 | 38 | 64 | 21 |
| Octal | 251 | 235 | 0 | 0 | 7 | 144 | 42 | 70 | 144 | 41 |
| Binary | 10101001 | 10011101 | 0 | 0 | 111 | 1100100 | 100010 | 111000 | 1100100 | 100001 |
Color Harmonies of #A99D00
Complementary color
Monochromatic Colors of #A99D00
Black with #A99D00
Text Example
Text Example
White with #A99D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D00; }
p { color: rgb(169,157,0); }
H1.HeaderClassName
{
color: #A99D00;
}
.AnyTagClassName
{
color: #A99D00;
}
</style>
background-color css
<style>
a { background-color: #A99D00; }
a { background-color: rgb(169,157,0); }
div.DivClassName
{
background-color: #A99D00;
}
.BgClassName
{
background-color: #A99D00;
}
</style>
border-color css
<style>
span { border-color: #A99D00; }
span { border-color: rgb(169,157,0); }
td.TdClassName
{
border-color: #A99D00;
}
.TagClassName
{
border-color: #A99D00;
}
</style>