Shades of Lucky #A79D2E
Tints of Lucky #A79D2E
RGB
CMYK
RGB Variations
Color information
#A79D2E (or 0xA79D2E) is known color: Lucky. HEX triplet: A7, 9D and 2E. RGB value is (167,157,46). Sum of RGB (Red+Green+Blue) = 167+157+46=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79D2E is #5862D1. Grayscale: #939393. Windows color (decimal): -5792466 or 3055015. OLE color: 3055015.
HSL color Cylindrical-coordinate representation of color #A79D2E: hue angle of 55.04º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A79D2E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 157 | 46 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.35 |
| HSL | 55.04º | 0.57% | 0.42% | - |
| HSV(B) | 55.04º | 0.72% | 0.65% | - |
| XYZ | 28.49 | 32.53 | 7.36 | - |
| YUV | 147.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 46 | 0 | 0.06 | 0.72 | 0.35 | 55.04 | 0.57 | 0.42 |
| Hex | A7 | 9D | 2E | 0 | 6 | 48 | 23 | 37 | 39 | 2A |
| Octal | 247 | 235 | 56 | 0 | 6 | 110 | 43 | 67 | 71 | 52 |
| Binary | 10100111 | 10011101 | 101110 | 0 | 110 | 1001000 | 100011 | 110111 | 111001 | 101010 |
Color Harmonies of #A79D2E
Complementary color
Monochromatic Colors of #A79D2E
Black with #A79D2E
Text Example
Text Example
White with #A79D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79D2E; }
p { color: rgb(167,157,46); }
H1.HeaderClassName
{
color: #A79D2E;
}
.AnyTagClassName
{
color: #A79D2E;
}
</style>
background-color css
<style>
a { background-color: #A79D2E; }
a { background-color: rgb(167,157,46); }
div.DivClassName
{
background-color: #A79D2E;
}
.BgClassName
{
background-color: #A79D2E;
}
</style>
border-color css
<style>
span { border-color: #A79D2E; }
span { border-color: rgb(167,157,46); }
td.TdClassName
{
border-color: #A79D2E;
}
.TagClassName
{
border-color: #A79D2E;
}
</style>