Shades of Lucky #A89514
Tints of Lucky #A89514
RGB
CMYK
RGB Variations
Color information
#A89514 (or 0xA89514) is known color: Lucky. HEX triplet: A8, 95 and 14. RGB value is (168,149,20). Sum of RGB (Red+Green+Blue) = 168+149+20=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A89514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89514 is #576AEB. Grayscale: #8C8C8C. Windows color (decimal): -5729004 or 1349032. OLE color: 1349032.
HSL color Cylindrical-coordinate representation of color #A89514: hue angle of 52.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A89514 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 20 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.34 |
| HSL | 52.3º | 0.79% | 0.37% | - |
| HSV(B) | 52.3º | 0.88% | 0.66% | - |
| XYZ | 27.02 | 29.87 | 5 | - |
| YUV | 139.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 20 | 0 | 0.11 | 0.88 | 0.34 | 52.3 | 0.79 | 0.37 |
| Hex | A8 | 95 | 14 | 0 | B | 58 | 22 | 34 | 4F | 25 |
| Octal | 250 | 225 | 24 | 0 | 13 | 130 | 42 | 64 | 117 | 45 |
| Binary | 10101000 | 10010101 | 10100 | 0 | 1011 | 1011000 | 100010 | 110100 | 1001111 | 100101 |
Color Harmonies of #A89514
Complementary color
Monochromatic Colors of #A89514
Black with #A89514
Text Example
Text Example
White with #A89514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89514; }
p { color: rgb(168,149,20); }
H1.HeaderClassName
{
color: #A89514;
}
.AnyTagClassName
{
color: #A89514;
}
</style>
background-color css
<style>
a { background-color: #A89514; }
a { background-color: rgb(168,149,20); }
div.DivClassName
{
background-color: #A89514;
}
.BgClassName
{
background-color: #A89514;
}
</style>
border-color css
<style>
span { border-color: #A89514; }
span { border-color: rgb(168,149,20); }
td.TdClassName
{
border-color: #A89514;
}
.TagClassName
{
border-color: #A89514;
}
</style>