Shades of Lucky #A79C2E
Tints of Lucky #A79C2E
RGB
CMYK
RGB Variations
Color information
#A79C2E (or 0xA79C2E) is known color: Lucky. HEX triplet: A7, 9C and 2E. RGB value is (167,156,46). Sum of RGB (Red+Green+Blue) = 167+156+46=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C2E is #5863D1. Grayscale: #939393. Windows color (decimal): -5792722 or 3054759. OLE color: 3054759.
HSL color Cylindrical-coordinate representation of color #A79C2E: hue angle of 54.55º 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 #A79C2E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 46 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.35 |
| HSL | 54.55º | 0.57% | 0.42% | - |
| HSV(B) | 54.55º | 0.72% | 0.65% | - |
| XYZ | 28.32 | 32.19 | 7.31 | - |
| YUV | 146.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 46 | 0 | 0.07 | 0.72 | 0.35 | 54.55 | 0.57 | 0.42 |
| Hex | A7 | 9C | 2E | 0 | 7 | 48 | 23 | 37 | 39 | 2A |
| Octal | 247 | 234 | 56 | 0 | 7 | 110 | 43 | 67 | 71 | 52 |
| Binary | 10100111 | 10011100 | 101110 | 0 | 111 | 1001000 | 100011 | 110111 | 111001 | 101010 |
Color Harmonies of #A79C2E
Complementary color
Monochromatic Colors of #A79C2E
Black with #A79C2E
Text Example
Text Example
White with #A79C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C2E; }
p { color: rgb(167,156,46); }
H1.HeaderClassName
{
color: #A79C2E;
}
.AnyTagClassName
{
color: #A79C2E;
}
</style>
background-color css
<style>
a { background-color: #A79C2E; }
a { background-color: rgb(167,156,46); }
div.DivClassName
{
background-color: #A79C2E;
}
.BgClassName
{
background-color: #A79C2E;
}
</style>
border-color css
<style>
span { border-color: #A79C2E; }
span { border-color: rgb(167,156,46); }
td.TdClassName
{
border-color: #A79C2E;
}
.TagClassName
{
border-color: #A79C2E;
}
</style>