Shades of Lucky #A79D0E
Tints of Lucky #A79D0E
RGB
CMYK
RGB Variations
Color information
#A79D0E (or 0xA79D0E) is known color: Lucky. HEX triplet: A7, 9D and 0E. RGB value is (167,157,14). Sum of RGB (Red+Green+Blue) = 167+157+14=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79D0E is #5862F1. Grayscale: #909090. Windows color (decimal): -5792498 or 957863. OLE color: 957863.
HSL color Cylindrical-coordinate representation of color #A79D0E: hue angle of 56.08º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A79D0E is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 157 | 14 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.35 |
| HSL | 56.08º | 0.85% | 0.35% | - |
| HSV(B) | 56.08º | 0.92% | 0.65% | - |
| XYZ | 28.07 | 32.36 | 5.18 | - |
| YUV | 143.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 14 | 0 | 0.06 | 0.92 | 0.35 | 56.08 | 0.85 | 0.35 |
| Hex | A7 | 9D | E | 0 | 6 | 5C | 23 | 38 | 55 | 23 |
| Octal | 247 | 235 | 16 | 0 | 6 | 134 | 43 | 70 | 125 | 43 |
| Binary | 10100111 | 10011101 | 1110 | 0 | 110 | 1011100 | 100011 | 111000 | 1010101 | 100011 |
Color Harmonies of #A79D0E
Complementary color
Monochromatic Colors of #A79D0E
Black with #A79D0E
Text Example
Text Example
White with #A79D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79D0E; }
p { color: rgb(167,157,14); }
H1.HeaderClassName
{
color: #A79D0E;
}
.AnyTagClassName
{
color: #A79D0E;
}
</style>
background-color css
<style>
a { background-color: #A79D0E; }
a { background-color: rgb(167,157,14); }
div.DivClassName
{
background-color: #A79D0E;
}
.BgClassName
{
background-color: #A79D0E;
}
</style>
border-color css
<style>
span { border-color: #A79D0E; }
span { border-color: rgb(167,157,14); }
td.TdClassName
{
border-color: #A79D0E;
}
.TagClassName
{
border-color: #A79D0E;
}
</style>