Shades of Lucky #A69014
Tints of Lucky #A69014
RGB
CMYK
RGB Variations
Color information
#A69014 (or 0xA69014) is known color: Lucky. HEX triplet: A6, 90 and 14. RGB value is (166,144,20). Sum of RGB (Red+Green+Blue) = 166+144+20=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A69014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69014 is #596FEB. Grayscale: #888888. Windows color (decimal): -5861356 or 1347750. OLE color: 1347750.
HSL color Cylindrical-coordinate representation of color #A69014: hue angle of 50.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A69014 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 20 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.35 |
| HSL | 50.96º | 0.78% | 0.36% | - |
| HSV(B) | 50.96º | 0.88% | 0.65% | - |
| XYZ | 25.83 | 28.1 | 4.73 | - |
| YUV | 136.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 20 | 0 | 0.13 | 0.88 | 0.35 | 50.96 | 0.78 | 0.36 |
| Hex | A6 | 90 | 14 | 0 | D | 58 | 23 | 33 | 4E | 24 |
| Octal | 246 | 220 | 24 | 0 | 15 | 130 | 43 | 63 | 116 | 44 |
| Binary | 10100110 | 10010000 | 10100 | 0 | 1101 | 1011000 | 100011 | 110011 | 1001110 | 100100 |
Color Harmonies of #A69014
Complementary color
Monochromatic Colors of #A69014
Black with #A69014
Text Example
Text Example
White with #A69014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69014; }
p { color: rgb(166,144,20); }
H1.HeaderClassName
{
color: #A69014;
}
.AnyTagClassName
{
color: #A69014;
}
</style>
background-color css
<style>
a { background-color: #A69014; }
a { background-color: rgb(166,144,20); }
div.DivClassName
{
background-color: #A69014;
}
.BgClassName
{
background-color: #A69014;
}
</style>
border-color css
<style>
span { border-color: #A69014; }
span { border-color: rgb(166,144,20); }
td.TdClassName
{
border-color: #A69014;
}
.TagClassName
{
border-color: #A69014;
}
</style>