Shades of Lucky #A8A71E
Tints of Lucky #A8A71E
RGB
CMYK
RGB Variations
Color information
#A8A71E (or 0xA8A71E) is known color: Lucky. HEX triplet: A8, A7 and 1E. RGB value is (168,167,30). Sum of RGB (Red+Green+Blue) = 168+167+30=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A71E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A71E is #5758E1. Grayscale: #989898. Windows color (decimal): -5724386 or 2009000. OLE color: 2009000.
HSL color Cylindrical-coordinate representation of color #A8A71E: hue angle of 59.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8A71E is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 30 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.34 |
| HSL | 59.57º | 0.7% | 0.39% | - |
| HSV(B) | 59.57º | 0.82% | 0.66% | - |
| XYZ | 30.2 | 36.06 | 6.6 | - |
| YUV | 151.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 30 | 0 | 0.01 | 0.82 | 0.34 | 59.57 | 0.7 | 0.39 |
| Hex | A8 | A7 | 1E | 0 | 1 | 52 | 22 | 3C | 46 | 27 |
| Octal | 250 | 247 | 36 | 0 | 1 | 122 | 42 | 74 | 106 | 47 |
| Binary | 10101000 | 10100111 | 11110 | 0 | 1 | 1010010 | 100010 | 111100 | 1000110 | 100111 |
Color Harmonies of #A8A71E
Complementary color
Monochromatic Colors of #A8A71E
Black with #A8A71E
Text Example
Text Example
White with #A8A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A71E; }
p { color: rgb(168,167,30); }
H1.HeaderClassName
{
color: #A8A71E;
}
.AnyTagClassName
{
color: #A8A71E;
}
</style>
background-color css
<style>
a { background-color: #A8A71E; }
a { background-color: rgb(168,167,30); }
div.DivClassName
{
background-color: #A8A71E;
}
.BgClassName
{
background-color: #A8A71E;
}
</style>
border-color css
<style>
span { border-color: #A8A71E; }
span { border-color: rgb(168,167,30); }
td.TdClassName
{
border-color: #A8A71E;
}
.TagClassName
{
border-color: #A8A71E;
}
</style>