Shades of Lucky #A7A71A
Tints of Lucky #A7A71A
RGB
CMYK
RGB Variations
Color information
#A7A71A (or 0xA7A71A) is known color: Lucky. HEX triplet: A7, A7 and 1A. RGB value is (167,167,26). Sum of RGB (Red+Green+Blue) = 167+167+26=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A71A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A71A is #5858E5. Grayscale: #979797. Windows color (decimal): -5789926 or 1746855. OLE color: 1746855.
HSL color Cylindrical-coordinate representation of color #A7A71A: hue angle of 60º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7A71A is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 26 | - |
| CMYK | 0 | 0 | 0.84 | 0.35 |
| HSL | 60º | 0.73% | 0.38% | - |
| HSV(B) | 60º | 0.84% | 0.65% | - |
| XYZ | 29.94 | 35.93 | 6.33 | - |
| YUV | 150.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 26 | 0 | 0 | 0.84 | 0.35 | 60 | 0.73 | 0.38 |
| Hex | A7 | A7 | 1A | 0 | 0 | 54 | 23 | 3C | 49 | 26 |
| Octal | 247 | 247 | 32 | 0 | 0 | 124 | 43 | 74 | 111 | 46 |
| Binary | 10100111 | 10100111 | 11010 | 0 | 0 | 1010100 | 100011 | 111100 | 1001001 | 100110 |
Color Harmonies of #A7A71A
Complementary color
Monochromatic Colors of #A7A71A
Black with #A7A71A
Text Example
Text Example
White with #A7A71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A71A; }
p { color: rgb(167,167,26); }
H1.HeaderClassName
{
color: #A7A71A;
}
.AnyTagClassName
{
color: #A7A71A;
}
</style>
background-color css
<style>
a { background-color: #A7A71A; }
a { background-color: rgb(167,167,26); }
div.DivClassName
{
background-color: #A7A71A;
}
.BgClassName
{
background-color: #A7A71A;
}
</style>
border-color css
<style>
span { border-color: #A7A71A; }
span { border-color: rgb(167,167,26); }
td.TdClassName
{
border-color: #A7A71A;
}
.TagClassName
{
border-color: #A7A71A;
}
</style>