Shades of Lucky #A98D12
Tints of Lucky #A98D12
RGB
CMYK
RGB Variations
Color information
#A98D12 (or 0xA98D12) is known color: Lucky. HEX triplet: A9, 8D and 12. RGB value is (169,141,18). Sum of RGB (Red+Green+Blue) = 169+141+18=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98D12 is #5672ED. Grayscale: #878787. Windows color (decimal): -5665518 or 1215913. OLE color: 1215913.
HSL color Cylindrical-coordinate representation of color #A98D12: hue angle of 48.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A98D12 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 18 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.34 |
| HSL | 48.87º | 0.81% | 0.37% | - |
| HSV(B) | 48.87º | 0.89% | 0.66% | - |
| XYZ | 26 | 27.53 | 4.52 | - |
| YUV | 135.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 18 | 0 | 0.17 | 0.89 | 0.34 | 48.87 | 0.81 | 0.37 |
| Hex | A9 | 8D | 12 | 0 | 11 | 59 | 22 | 31 | 51 | 25 |
| Octal | 251 | 215 | 22 | 0 | 21 | 131 | 42 | 61 | 121 | 45 |
| Binary | 10101001 | 10001101 | 10010 | 0 | 10001 | 1011001 | 100010 | 110001 | 1010001 | 100101 |
Color Harmonies of #A98D12
Complementary color
Monochromatic Colors of #A98D12
Black with #A98D12
Text Example
Text Example
White with #A98D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D12; }
p { color: rgb(169,141,18); }
H1.HeaderClassName
{
color: #A98D12;
}
.AnyTagClassName
{
color: #A98D12;
}
</style>
background-color css
<style>
a { background-color: #A98D12; }
a { background-color: rgb(169,141,18); }
div.DivClassName
{
background-color: #A98D12;
}
.BgClassName
{
background-color: #A98D12;
}
</style>
border-color css
<style>
span { border-color: #A98D12; }
span { border-color: rgb(169,141,18); }
td.TdClassName
{
border-color: #A98D12;
}
.TagClassName
{
border-color: #A98D12;
}
</style>