Shades of Lucky #A99D11
Tints of Lucky #A99D11
RGB
CMYK
RGB Variations
Color information
#A99D11 (or 0xA99D11) is known color: Lucky. HEX triplet: A9, 9D and 11. RGB value is (169,157,17). Sum of RGB (Red+Green+Blue) = 169+157+17=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99D11 is #5662EE. Grayscale: #919191. Windows color (decimal): -5661423 or 1154473. OLE color: 1154473.
HSL color Cylindrical-coordinate representation of color #A99D11: hue angle of 55.26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A99D11 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 17 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.34 |
| HSL | 55.26º | 0.82% | 0.36% | - |
| HSV(B) | 55.26º | 0.9% | 0.66% | - |
| XYZ | 28.52 | 32.59 | 5.32 | - |
| YUV | 144.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 17 | 0 | 0.07 | 0.90 | 0.34 | 55.26 | 0.82 | 0.36 |
| Hex | A9 | 9D | 11 | 0 | 7 | 5A | 22 | 37 | 52 | 24 |
| Octal | 251 | 235 | 21 | 0 | 7 | 132 | 42 | 67 | 122 | 44 |
| Binary | 10101001 | 10011101 | 10001 | 0 | 111 | 1011010 | 100010 | 110111 | 1010010 | 100100 |
Color Harmonies of #A99D11
Complementary color
Monochromatic Colors of #A99D11
Black with #A99D11
Text Example
Text Example
White with #A99D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D11; }
p { color: rgb(169,157,17); }
H1.HeaderClassName
{
color: #A99D11;
}
.AnyTagClassName
{
color: #A99D11;
}
</style>
background-color css
<style>
a { background-color: #A99D11; }
a { background-color: rgb(169,157,17); }
div.DivClassName
{
background-color: #A99D11;
}
.BgClassName
{
background-color: #A99D11;
}
</style>
border-color css
<style>
span { border-color: #A99D11; }
span { border-color: rgb(169,157,17); }
td.TdClassName
{
border-color: #A99D11;
}
.TagClassName
{
border-color: #A99D11;
}
</style>