Shades of Lucky #A9900F
Tints of Lucky #A9900F
RGB
CMYK
RGB Variations
Color information
#A9900F (or 0xA9900F) is known color: Lucky. HEX triplet: A9, 90 and 0F. RGB value is (169,144,15). Sum of RGB (Red+Green+Blue) = 169+144+15=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9900F is #566FF0. Grayscale: #898989. Windows color (decimal): -5664753 or 1020073. OLE color: 1020073.
HSL color Cylindrical-coordinate representation of color #A9900F: hue angle of 50.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9900F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 15 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.34 |
| HSL | 50.26º | 0.84% | 0.36% | - |
| HSV(B) | 50.26º | 0.91% | 0.66% | - |
| XYZ | 26.42 | 28.42 | 4.54 | - |
| YUV | 136.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 15 | 0 | 0.15 | 0.91 | 0.34 | 50.26 | 0.84 | 0.36 |
| Hex | A9 | 90 | F | 0 | F | 5B | 22 | 32 | 54 | 24 |
| Octal | 251 | 220 | 17 | 0 | 17 | 133 | 42 | 62 | 124 | 44 |
| Binary | 10101001 | 10010000 | 1111 | 0 | 1111 | 1011011 | 100010 | 110010 | 1010100 | 100100 |
Color Harmonies of #A9900F
Complementary color
Monochromatic Colors of #A9900F
Black with #A9900F
Text Example
Text Example
White with #A9900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9900F; }
p { color: rgb(169,144,15); }
H1.HeaderClassName
{
color: #A9900F;
}
.AnyTagClassName
{
color: #A9900F;
}
</style>
background-color css
<style>
a { background-color: #A9900F; }
a { background-color: rgb(169,144,15); }
div.DivClassName
{
background-color: #A9900F;
}
.BgClassName
{
background-color: #A9900F;
}
</style>
border-color css
<style>
span { border-color: #A9900F; }
span { border-color: rgb(169,144,15); }
td.TdClassName
{
border-color: #A9900F;
}
.TagClassName
{
border-color: #A9900F;
}
</style>