Shades of Lucky #A99D1E
Tints of Lucky #A99D1E
RGB
CMYK
RGB Variations
Color information
#A99D1E (or 0xA99D1E) is known color: Lucky. HEX triplet: A9, 9D and 1E. RGB value is (169,157,30). Sum of RGB (Red+Green+Blue) = 169+157+30=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D1E is #5662E1. Grayscale: #929292. Windows color (decimal): -5661410 or 2006441. OLE color: 2006441.
HSL color Cylindrical-coordinate representation of color #A99D1E: hue angle of 54.82º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A99D1E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 30 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.34 |
| HSL | 54.82º | 0.7% | 0.39% | - |
| HSV(B) | 54.82º | 0.82% | 0.66% | - |
| XYZ | 28.65 | 32.64 | 6.02 | - |
| YUV | 146.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 30 | 0 | 0.07 | 0.82 | 0.34 | 54.82 | 0.7 | 0.39 |
| Hex | A9 | 9D | 1E | 0 | 7 | 52 | 22 | 37 | 46 | 27 |
| Octal | 251 | 235 | 36 | 0 | 7 | 122 | 42 | 67 | 106 | 47 |
| Binary | 10101001 | 10011101 | 11110 | 0 | 111 | 1010010 | 100010 | 110111 | 1000110 | 100111 |
Color Harmonies of #A99D1E
Complementary color
Monochromatic Colors of #A99D1E
Black with #A99D1E
Text Example
Text Example
White with #A99D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D1E; }
p { color: rgb(169,157,30); }
H1.HeaderClassName
{
color: #A99D1E;
}
.AnyTagClassName
{
color: #A99D1E;
}
</style>
background-color css
<style>
a { background-color: #A99D1E; }
a { background-color: rgb(169,157,30); }
div.DivClassName
{
background-color: #A99D1E;
}
.BgClassName
{
background-color: #A99D1E;
}
</style>
border-color css
<style>
span { border-color: #A99D1E; }
span { border-color: rgb(169,157,30); }
td.TdClassName
{
border-color: #A99D1E;
}
.TagClassName
{
border-color: #A99D1E;
}
</style>