Shades of Lucky #A89D1E
Tints of Lucky #A89D1E
RGB
CMYK
RGB Variations
Color information
#A89D1E (or 0xA89D1E) is known color: Lucky. HEX triplet: A8, 9D and 1E. RGB value is (168,157,30). Sum of RGB (Red+Green+Blue) = 168+157+30=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D1E is #5762E1. Grayscale: #929292. Windows color (decimal): -5726946 or 2006440. OLE color: 2006440.
HSL color Cylindrical-coordinate representation of color #A89D1E: hue angle of 55.22º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A89D1E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 30 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.34 |
| HSL | 55.22º | 0.7% | 0.39% | - |
| HSV(B) | 55.22º | 0.82% | 0.66% | - |
| XYZ | 28.44 | 32.53 | 6.01 | - |
| YUV | 145.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 30 | 0 | 0.07 | 0.82 | 0.34 | 55.22 | 0.7 | 0.39 |
| Hex | A8 | 9D | 1E | 0 | 7 | 52 | 22 | 37 | 46 | 27 |
| Octal | 250 | 235 | 36 | 0 | 7 | 122 | 42 | 67 | 106 | 47 |
| Binary | 10101000 | 10011101 | 11110 | 0 | 111 | 1010010 | 100010 | 110111 | 1000110 | 100111 |
Color Harmonies of #A89D1E
Complementary color
Monochromatic Colors of #A89D1E
Black with #A89D1E
Text Example
Text Example
White with #A89D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D1E; }
p { color: rgb(168,157,30); }
H1.HeaderClassName
{
color: #A89D1E;
}
.AnyTagClassName
{
color: #A89D1E;
}
</style>
background-color css
<style>
a { background-color: #A89D1E; }
a { background-color: rgb(168,157,30); }
div.DivClassName
{
background-color: #A89D1E;
}
.BgClassName
{
background-color: #A89D1E;
}
</style>
border-color css
<style>
span { border-color: #A89D1E; }
span { border-color: rgb(168,157,30); }
td.TdClassName
{
border-color: #A89D1E;
}
.TagClassName
{
border-color: #A89D1E;
}
</style>