Shades of Lucky #A79115
Tints of Lucky #A79115
RGB
CMYK
RGB Variations
Color information
#A79115 (or 0xA79115) is known color: Lucky. HEX triplet: A7, 91 and 15. RGB value is (167,145,21). Sum of RGB (Red+Green+Blue) = 167+145+21=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A79115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79115 is #586EEA. Grayscale: #898989. Windows color (decimal): -5795563 or 1413543. OLE color: 1413543.
HSL color Cylindrical-coordinate representation of color #A79115: hue angle of 50.96º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A79115 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 21 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.35 |
| HSL | 50.96º | 0.78% | 0.37% | - |
| HSV(B) | 50.96º | 0.87% | 0.65% | - |
| XYZ | 26.2 | 28.52 | 4.83 | - |
| YUV | 137.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 21 | 0 | 0.13 | 0.87 | 0.35 | 50.96 | 0.78 | 0.37 |
| Hex | A7 | 91 | 15 | 0 | D | 57 | 23 | 33 | 4E | 25 |
| Octal | 247 | 221 | 25 | 0 | 15 | 127 | 43 | 63 | 116 | 45 |
| Binary | 10100111 | 10010001 | 10101 | 0 | 1101 | 1010111 | 100011 | 110011 | 1001110 | 100101 |
Color Harmonies of #A79115
Complementary color
Monochromatic Colors of #A79115
Black with #A79115
Text Example
Text Example
White with #A79115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79115; }
p { color: rgb(167,145,21); }
H1.HeaderClassName
{
color: #A79115;
}
.AnyTagClassName
{
color: #A79115;
}
</style>
background-color css
<style>
a { background-color: #A79115; }
a { background-color: rgb(167,145,21); }
div.DivClassName
{
background-color: #A79115;
}
.BgClassName
{
background-color: #A79115;
}
</style>
border-color css
<style>
span { border-color: #A79115; }
span { border-color: rgb(167,145,21); }
td.TdClassName
{
border-color: #A79115;
}
.TagClassName
{
border-color: #A79115;
}
</style>