Shades of Lucky #A7A32E
Tints of Lucky #A7A32E
RGB
CMYK
RGB Variations
Color information
#A7A32E (or 0xA7A32E) is known color: Lucky. HEX triplet: A7, A3 and 2E. RGB value is (167,163,46). Sum of RGB (Red+Green+Blue) = 167+163+46=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A32E is #585CD1. Grayscale: #979797. Windows color (decimal): -5790930 or 3056551. OLE color: 3056551.
HSL color Cylindrical-coordinate representation of color #A7A32E: hue angle of 58.02º 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 #A7A32E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 46 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.35 |
| HSL | 58.02º | 0.57% | 0.42% | - |
| HSV(B) | 58.02º | 0.72% | 0.65% | - |
| XYZ | 29.53 | 34.61 | 7.71 | - |
| YUV | 150.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 46 | 0 | 0.02 | 0.72 | 0.35 | 58.02 | 0.57 | 0.42 |
| Hex | A7 | A3 | 2E | 0 | 2 | 48 | 23 | 3A | 39 | 2A |
| Octal | 247 | 243 | 56 | 0 | 2 | 110 | 43 | 72 | 71 | 52 |
| Binary | 10100111 | 10100011 | 101110 | 0 | 10 | 1001000 | 100011 | 111010 | 111001 | 101010 |
Color Harmonies of #A7A32E
Complementary color
Monochromatic Colors of #A7A32E
Black with #A7A32E
Text Example
Text Example
White with #A7A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A32E; }
p { color: rgb(167,163,46); }
H1.HeaderClassName
{
color: #A7A32E;
}
.AnyTagClassName
{
color: #A7A32E;
}
</style>
background-color css
<style>
a { background-color: #A7A32E; }
a { background-color: rgb(167,163,46); }
div.DivClassName
{
background-color: #A7A32E;
}
.BgClassName
{
background-color: #A7A32E;
}
</style>
border-color css
<style>
span { border-color: #A7A32E; }
span { border-color: rgb(167,163,46); }
td.TdClassName
{
border-color: #A7A32E;
}
.TagClassName
{
border-color: #A7A32E;
}
</style>