Shades of Lucky #A99512
Tints of Lucky #A99512
RGB
CMYK
RGB Variations
Color information
#A99512 (or 0xA99512) is known color: Lucky. HEX triplet: A9, 95 and 12. RGB value is (169,149,18). Sum of RGB (Red+Green+Blue) = 169+149+18=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A99512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99512 is #566AED. Grayscale: #8C8C8C. Windows color (decimal): -5663470 or 1217961. OLE color: 1217961.
HSL color Cylindrical-coordinate representation of color #A99512: hue angle of 52.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A99512 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 18 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.34 |
| HSL | 52.05º | 0.81% | 0.37% | - |
| HSV(B) | 52.05º | 0.89% | 0.66% | - |
| XYZ | 27.22 | 29.97 | 4.92 | - |
| YUV | 140.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 18 | 0 | 0.12 | 0.89 | 0.34 | 52.05 | 0.81 | 0.37 |
| Hex | A9 | 95 | 12 | 0 | C | 59 | 22 | 34 | 51 | 25 |
| Octal | 251 | 225 | 22 | 0 | 14 | 131 | 42 | 64 | 121 | 45 |
| Binary | 10101001 | 10010101 | 10010 | 0 | 1100 | 1011001 | 100010 | 110100 | 1010001 | 100101 |
Color Harmonies of #A99512
Complementary color
Monochromatic Colors of #A99512
Black with #A99512
Text Example
Text Example
White with #A99512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99512; }
p { color: rgb(169,149,18); }
H1.HeaderClassName
{
color: #A99512;
}
.AnyTagClassName
{
color: #A99512;
}
</style>
background-color css
<style>
a { background-color: #A99512; }
a { background-color: rgb(169,149,18); }
div.DivClassName
{
background-color: #A99512;
}
.BgClassName
{
background-color: #A99512;
}
</style>
border-color css
<style>
span { border-color: #A99512; }
span { border-color: rgb(169,149,18); }
td.TdClassName
{
border-color: #A99512;
}
.TagClassName
{
border-color: #A99512;
}
</style>