Shades of Lucky #A98F10
Tints of Lucky #A98F10
RGB
CMYK
RGB Variations
Color information
#A98F10 (or 0xA98F10) is known color: Lucky. HEX triplet: A9, 8F and 10. RGB value is (169,143,16). Sum of RGB (Red+Green+Blue) = 169+143+16=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98F10 is #5670EF. Grayscale: #888888. Windows color (decimal): -5665008 or 1085353. OLE color: 1085353.
HSL color Cylindrical-coordinate representation of color #A98F10: hue angle of 49.8º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A98F10 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 16 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.34 |
| HSL | 49.8º | 0.83% | 0.36% | - |
| HSV(B) | 49.8º | 0.91% | 0.66% | - |
| XYZ | 26.28 | 28.12 | 4.53 | - |
| YUV | 136.3 | 60.11 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 16 | 0 | 0.15 | 0.91 | 0.34 | 49.8 | 0.83 | 0.36 |
| Hex | A9 | 8F | 10 | 0 | F | 5B | 22 | 32 | 53 | 24 |
| Octal | 251 | 217 | 20 | 0 | 17 | 133 | 42 | 62 | 123 | 44 |
| Binary | 10101001 | 10001111 | 10000 | 0 | 1111 | 1011011 | 100010 | 110010 | 1010011 | 100100 |
Color Harmonies of #A98F10
Complementary color
Monochromatic Colors of #A98F10
Black with #A98F10
Text Example
Text Example
White with #A98F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F10; }
p { color: rgb(169,143,16); }
H1.HeaderClassName
{
color: #A98F10;
}
.AnyTagClassName
{
color: #A98F10;
}
</style>
background-color css
<style>
a { background-color: #A98F10; }
a { background-color: rgb(169,143,16); }
div.DivClassName
{
background-color: #A98F10;
}
.BgClassName
{
background-color: #A98F10;
}
</style>
border-color css
<style>
span { border-color: #A98F10; }
span { border-color: rgb(169,143,16); }
td.TdClassName
{
border-color: #A98F10;
}
.TagClassName
{
border-color: #A98F10;
}
</style>