Shades of Lucky #A98D1E
Tints of Lucky #A98D1E
RGB
CMYK
RGB Variations
Color information
#A98D1E (or 0xA98D1E) is known color: Lucky. HEX triplet: A9, 8D and 1E. RGB value is (169,141,30). Sum of RGB (Red+Green+Blue) = 169+141+30=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D1E is #5672E1. Grayscale: #898989. Windows color (decimal): -5665506 or 2002345. OLE color: 2002345.
HSL color Cylindrical-coordinate representation of color #A98D1E: hue angle of 47.91º 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 #A98D1E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 30 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.34 |
| HSL | 47.91º | 0.7% | 0.39% | - |
| HSV(B) | 47.91º | 0.82% | 0.66% | - |
| XYZ | 26.12 | 27.58 | 5.17 | - |
| YUV | 136.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 30 | 0 | 0.17 | 0.82 | 0.34 | 47.91 | 0.7 | 0.39 |
| Hex | A9 | 8D | 1E | 0 | 11 | 52 | 22 | 30 | 46 | 27 |
| Octal | 251 | 215 | 36 | 0 | 21 | 122 | 42 | 60 | 106 | 47 |
| Binary | 10101001 | 10001101 | 11110 | 0 | 10001 | 1010010 | 100010 | 110000 | 1000110 | 100111 |
Color Harmonies of #A98D1E
Complementary color
Monochromatic Colors of #A98D1E
Black with #A98D1E
Text Example
Text Example
White with #A98D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D1E; }
p { color: rgb(169,141,30); }
H1.HeaderClassName
{
color: #A98D1E;
}
.AnyTagClassName
{
color: #A98D1E;
}
</style>
background-color css
<style>
a { background-color: #A98D1E; }
a { background-color: rgb(169,141,30); }
div.DivClassName
{
background-color: #A98D1E;
}
.BgClassName
{
background-color: #A98D1E;
}
</style>
border-color css
<style>
span { border-color: #A98D1E; }
span { border-color: rgb(169,141,30); }
td.TdClassName
{
border-color: #A98D1E;
}
.TagClassName
{
border-color: #A98D1E;
}
</style>