Shades of Lucky #A79C2C
Tints of Lucky #A79C2C
RGB
CMYK
RGB Variations
Color information
#A79C2C (or 0xA79C2C) is known color: Lucky. HEX triplet: A7, 9C and 2C. RGB value is (167,156,44). Sum of RGB (Red+Green+Blue) = 167+156+44=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C2C is #5863D3. Grayscale: #929292. Windows color (decimal): -5792724 or 2923687. OLE color: 2923687.
HSL color Cylindrical-coordinate representation of color #A79C2C: hue angle of 54.63º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A79C2C is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 44 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.35 |
| HSL | 54.63º | 0.58% | 0.41% | - |
| HSV(B) | 54.63º | 0.74% | 0.65% | - |
| XYZ | 28.28 | 32.17 | 7.1 | - |
| YUV | 146.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 44 | 0 | 0.07 | 0.74 | 0.35 | 54.63 | 0.58 | 0.41 |
| Hex | A7 | 9C | 2C | 0 | 7 | 4A | 23 | 37 | 3A | 29 |
| Octal | 247 | 234 | 54 | 0 | 7 | 112 | 43 | 67 | 72 | 51 |
| Binary | 10100111 | 10011100 | 101100 | 0 | 111 | 1001010 | 100011 | 110111 | 111010 | 101001 |
Color Harmonies of #A79C2C
Complementary color
Monochromatic Colors of #A79C2C
Black with #A79C2C
Text Example
Text Example
White with #A79C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C2C; }
p { color: rgb(167,156,44); }
H1.HeaderClassName
{
color: #A79C2C;
}
.AnyTagClassName
{
color: #A79C2C;
}
</style>
background-color css
<style>
a { background-color: #A79C2C; }
a { background-color: rgb(167,156,44); }
div.DivClassName
{
background-color: #A79C2C;
}
.BgClassName
{
background-color: #A79C2C;
}
</style>
border-color css
<style>
span { border-color: #A79C2C; }
span { border-color: rgb(167,156,44); }
td.TdClassName
{
border-color: #A79C2C;
}
.TagClassName
{
border-color: #A79C2C;
}
</style>