Shades of Lucky #A89F12
Tints of Lucky #A89F12
RGB
CMYK
RGB Variations
Color information
#A89F12 (or 0xA89F12) is known color: Lucky. HEX triplet: A8, 9F and 12. RGB value is (168,159,18). Sum of RGB (Red+Green+Blue) = 168+159+18=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89F12 is #5760ED. Grayscale: #929292. Windows color (decimal): -5726446 or 1220520. OLE color: 1220520.
HSL color Cylindrical-coordinate representation of color #A89F12: hue angle of 56.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A89F12 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 18 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.34 |
| HSL | 56.4º | 0.81% | 0.36% | - |
| HSV(B) | 56.4º | 0.89% | 0.66% | - |
| XYZ | 28.66 | 33.16 | 5.46 | - |
| YUV | 145.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 18 | 0 | 0.05 | 0.89 | 0.34 | 56.4 | 0.81 | 0.36 |
| Hex | A8 | 9F | 12 | 0 | 5 | 59 | 22 | 38 | 51 | 24 |
| Octal | 250 | 237 | 22 | 0 | 5 | 131 | 42 | 70 | 121 | 44 |
| Binary | 10101000 | 10011111 | 10010 | 0 | 101 | 1011001 | 100010 | 111000 | 1010001 | 100100 |
Color Harmonies of #A89F12
Complementary color
Monochromatic Colors of #A89F12
Black with #A89F12
Text Example
Text Example
White with #A89F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F12; }
p { color: rgb(168,159,18); }
H1.HeaderClassName
{
color: #A89F12;
}
.AnyTagClassName
{
color: #A89F12;
}
</style>
background-color css
<style>
a { background-color: #A89F12; }
a { background-color: rgb(168,159,18); }
div.DivClassName
{
background-color: #A89F12;
}
.BgClassName
{
background-color: #A89F12;
}
</style>
border-color css
<style>
span { border-color: #A89F12; }
span { border-color: rgb(168,159,18); }
td.TdClassName
{
border-color: #A89F12;
}
.TagClassName
{
border-color: #A89F12;
}
</style>