Shades of Lucky #A7A819
Tints of Lucky #A7A819
RGB
CMYK
RGB Variations
Color information
#A7A819 (or 0xA7A819) is known color: Lucky. HEX triplet: A7, A8 and 19. RGB value is (167,168,25). Sum of RGB (Red+Green+Blue) = 167+168+25=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A819 is #5857E6. Grayscale: #979797. Windows color (decimal): -5789671 or 1681575. OLE color: 1681575.
HSL color Cylindrical-coordinate representation of color #A7A819: hue angle of 60.42º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7A819 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 25 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.34 |
| HSL | 60.42º | 0.74% | 0.38% | - |
| HSV(B) | 60.42º | 0.85% | 0.66% | - |
| XYZ | 30.11 | 36.29 | 6.34 | - |
| YUV | 151.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 25 | 0.01 | 0 | 0.85 | 0.34 | 60.42 | 0.74 | 0.38 |
| Hex | A7 | A8 | 19 | 1 | 0 | 55 | 22 | 3C | 4A | 26 |
| Octal | 247 | 250 | 31 | 1 | 0 | 125 | 42 | 74 | 112 | 46 |
| Binary | 10100111 | 10101000 | 11001 | 1 | 0 | 1010101 | 100010 | 111100 | 1001010 | 100110 |
Color Harmonies of #A7A819
Complementary color
Monochromatic Colors of #A7A819
Black with #A7A819
Text Example
Text Example
White with #A7A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A819; }
p { color: rgb(167,168,25); }
H1.HeaderClassName
{
color: #A7A819;
}
.AnyTagClassName
{
color: #A7A819;
}
</style>
background-color css
<style>
a { background-color: #A7A819; }
a { background-color: rgb(167,168,25); }
div.DivClassName
{
background-color: #A7A819;
}
.BgClassName
{
background-color: #A7A819;
}
</style>
border-color css
<style>
span { border-color: #A7A819; }
span { border-color: rgb(167,168,25); }
td.TdClassName
{
border-color: #A7A819;
}
.TagClassName
{
border-color: #A7A819;
}
</style>