Shades of Lucky #A7A42D
Tints of Lucky #A7A42D
RGB
CMYK
RGB Variations
Color information
#A7A42D (or 0xA7A42D) is known color: Lucky. HEX triplet: A7, A4 and 2D. RGB value is (167,164,45). Sum of RGB (Red+Green+Blue) = 167+164+45=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A42D is #585BD2. Grayscale: #979797. Windows color (decimal): -5790675 or 2991271. OLE color: 2991271.
HSL color Cylindrical-coordinate representation of color #A7A42D: hue angle of 58.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7A42D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 45 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.35 |
| HSL | 58.52º | 0.58% | 0.42% | - |
| HSV(B) | 58.52º | 0.73% | 0.65% | - |
| XYZ | 29.69 | 34.96 | 7.67 | - |
| YUV | 151.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 45 | 0 | 0.02 | 0.73 | 0.35 | 58.52 | 0.58 | 0.42 |
| Hex | A7 | A4 | 2D | 0 | 2 | 49 | 23 | 3B | 3A | 2A |
| Octal | 247 | 244 | 55 | 0 | 2 | 111 | 43 | 73 | 72 | 52 |
| Binary | 10100111 | 10100100 | 101101 | 0 | 10 | 1001001 | 100011 | 111011 | 111010 | 101010 |
Color Harmonies of #A7A42D
Complementary color
Monochromatic Colors of #A7A42D
Black with #A7A42D
Text Example
Text Example
White with #A7A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A42D; }
p { color: rgb(167,164,45); }
H1.HeaderClassName
{
color: #A7A42D;
}
.AnyTagClassName
{
color: #A7A42D;
}
</style>
background-color css
<style>
a { background-color: #A7A42D; }
a { background-color: rgb(167,164,45); }
div.DivClassName
{
background-color: #A7A42D;
}
.BgClassName
{
background-color: #A7A42D;
}
</style>
border-color css
<style>
span { border-color: #A7A42D; }
span { border-color: rgb(167,164,45); }
td.TdClassName
{
border-color: #A7A42D;
}
.TagClassName
{
border-color: #A7A42D;
}
</style>