Shades of Lucky #A89918
Tints of Lucky #A89918
RGB
CMYK
RGB Variations
Color information
#A89918 (or 0xA89918) is known color: Lucky. HEX triplet: A8, 99 and 18. RGB value is (168,153,24). Sum of RGB (Red+Green+Blue) = 168+153+24=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A89918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89918 is #5766E7. Grayscale: #8F8F8F. Windows color (decimal): -5727976 or 1612200. OLE color: 1612200.
HSL color Cylindrical-coordinate representation of color #A89918: hue angle of 53.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A89918 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 24 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.34 |
| HSL | 53.75º | 0.75% | 0.38% | - |
| HSV(B) | 53.75º | 0.86% | 0.66% | - |
| XYZ | 27.7 | 31.17 | 5.42 | - |
| YUV | 142.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 24 | 0 | 0.09 | 0.86 | 0.34 | 53.75 | 0.75 | 0.38 |
| Hex | A8 | 99 | 18 | 0 | 9 | 56 | 22 | 36 | 4B | 26 |
| Octal | 250 | 231 | 30 | 0 | 11 | 126 | 42 | 66 | 113 | 46 |
| Binary | 10101000 | 10011001 | 11000 | 0 | 1001 | 1010110 | 100010 | 110110 | 1001011 | 100110 |
Color Harmonies of #A89918
Complementary color
Monochromatic Colors of #A89918
Black with #A89918
Text Example
Text Example
White with #A89918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89918; }
p { color: rgb(168,153,24); }
H1.HeaderClassName
{
color: #A89918;
}
.AnyTagClassName
{
color: #A89918;
}
</style>
background-color css
<style>
a { background-color: #A89918; }
a { background-color: rgb(168,153,24); }
div.DivClassName
{
background-color: #A89918;
}
.BgClassName
{
background-color: #A89918;
}
</style>
border-color css
<style>
span { border-color: #A89918; }
span { border-color: rgb(168,153,24); }
td.TdClassName
{
border-color: #A89918;
}
.TagClassName
{
border-color: #A89918;
}
</style>