Shades of Lucky #A99D15
Tints of Lucky #A99D15
RGB
CMYK
RGB Variations
Color information
#A99D15 (or 0xA99D15) is known color: Lucky. HEX triplet: A9, 9D and 15. RGB value is (169,157,21). Sum of RGB (Red+Green+Blue) = 169+157+21=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D15 is #5662EA. Grayscale: #919191. Windows color (decimal): -5661419 or 1416617. OLE color: 1416617.
HSL color Cylindrical-coordinate representation of color #A99D15: hue angle of 55.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A99D15 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 21 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.34 |
| HSL | 55.14º | 0.78% | 0.37% | - |
| HSV(B) | 55.14º | 0.88% | 0.66% | - |
| XYZ | 28.55 | 32.6 | 5.5 | - |
| YUV | 145.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 21 | 0 | 0.07 | 0.88 | 0.34 | 55.14 | 0.78 | 0.37 |
| Hex | A9 | 9D | 15 | 0 | 7 | 58 | 22 | 37 | 4E | 25 |
| Octal | 251 | 235 | 25 | 0 | 7 | 130 | 42 | 67 | 116 | 45 |
| Binary | 10101001 | 10011101 | 10101 | 0 | 111 | 1011000 | 100010 | 110111 | 1001110 | 100101 |
Color Harmonies of #A99D15
Complementary color
Monochromatic Colors of #A99D15
Black with #A99D15
Text Example
Text Example
White with #A99D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D15; }
p { color: rgb(169,157,21); }
H1.HeaderClassName
{
color: #A99D15;
}
.AnyTagClassName
{
color: #A99D15;
}
</style>
background-color css
<style>
a { background-color: #A99D15; }
a { background-color: rgb(169,157,21); }
div.DivClassName
{
background-color: #A99D15;
}
.BgClassName
{
background-color: #A99D15;
}
</style>
border-color css
<style>
span { border-color: #A99D15; }
span { border-color: rgb(169,157,21); }
td.TdClassName
{
border-color: #A99D15;
}
.TagClassName
{
border-color: #A99D15;
}
</style>