Shades of Lucky #A98D1B
Tints of Lucky #A98D1B
RGB
CMYK
RGB Variations
Color information
#A98D1B (or 0xA98D1B) is known color: Lucky. HEX triplet: A9, 8D and 1B. RGB value is (169,141,27). Sum of RGB (Red+Green+Blue) = 169+141+27=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D1B is #5672E4. Grayscale: #888888. Windows color (decimal): -5665509 or 1805737. OLE color: 1805737.
HSL color Cylindrical-coordinate representation of color #A98D1B: hue angle of 48.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A98D1B is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 27 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.34 |
| HSL | 48.17º | 0.72% | 0.38% | - |
| HSV(B) | 48.17º | 0.84% | 0.66% | - |
| XYZ | 26.08 | 27.56 | 4.98 | - |
| YUV | 136.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 27 | 0 | 0.17 | 0.84 | 0.34 | 48.17 | 0.72 | 0.38 |
| Hex | A9 | 8D | 1B | 0 | 11 | 54 | 22 | 30 | 48 | 26 |
| Octal | 251 | 215 | 33 | 0 | 21 | 124 | 42 | 60 | 110 | 46 |
| Binary | 10101001 | 10001101 | 11011 | 0 | 10001 | 1010100 | 100010 | 110000 | 1001000 | 100110 |
Color Harmonies of #A98D1B
Complementary color
Monochromatic Colors of #A98D1B
Black with #A98D1B
Text Example
Text Example
White with #A98D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D1B; }
p { color: rgb(169,141,27); }
H1.HeaderClassName
{
color: #A98D1B;
}
.AnyTagClassName
{
color: #A98D1B;
}
</style>
background-color css
<style>
a { background-color: #A98D1B; }
a { background-color: rgb(169,141,27); }
div.DivClassName
{
background-color: #A98D1B;
}
.BgClassName
{
background-color: #A98D1B;
}
</style>
border-color css
<style>
span { border-color: #A98D1B; }
span { border-color: rgb(169,141,27); }
td.TdClassName
{
border-color: #A98D1B;
}
.TagClassName
{
border-color: #A98D1B;
}
</style>