Shades of Lucky #A98F13
Tints of Lucky #A98F13
RGB
CMYK
RGB Variations
Color information
#A98F13 (or 0xA98F13) is known color: Lucky. HEX triplet: A9, 8F and 13. RGB value is (169,143,19). Sum of RGB (Red+Green+Blue) = 169+143+19=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98F13 is #5670EC. Grayscale: #898989. Windows color (decimal): -5665005 or 1281961. OLE color: 1281961.
HSL color Cylindrical-coordinate representation of color #A98F13: hue angle of 49.6º degrees, saturation: 0.8, 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 #A98F13 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 19 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.34 |
| HSL | 49.6º | 0.8% | 0.37% | - |
| HSV(B) | 49.6º | 0.89% | 0.66% | - |
| XYZ | 26.3 | 28.13 | 4.66 | - |
| YUV | 136.64 | 61.61 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 19 | 0 | 0.15 | 0.89 | 0.34 | 49.6 | 0.8 | 0.37 |
| Hex | A9 | 8F | 13 | 0 | F | 59 | 22 | 32 | 50 | 25 |
| Octal | 251 | 217 | 23 | 0 | 17 | 131 | 42 | 62 | 120 | 45 |
| Binary | 10101001 | 10001111 | 10011 | 0 | 1111 | 1011001 | 100010 | 110010 | 1010000 | 100101 |
Color Harmonies of #A98F13
Complementary color
Monochromatic Colors of #A98F13
Black with #A98F13
Text Example
Text Example
White with #A98F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F13; }
p { color: rgb(169,143,19); }
H1.HeaderClassName
{
color: #A98F13;
}
.AnyTagClassName
{
color: #A98F13;
}
</style>
background-color css
<style>
a { background-color: #A98F13; }
a { background-color: rgb(169,143,19); }
div.DivClassName
{
background-color: #A98F13;
}
.BgClassName
{
background-color: #A98F13;
}
</style>
border-color css
<style>
span { border-color: #A98F13; }
span { border-color: rgb(169,143,19); }
td.TdClassName
{
border-color: #A98F13;
}
.TagClassName
{
border-color: #A98F13;
}
</style>