Shades of Lucky #A8A71F
Tints of Lucky #A8A71F
RGB
CMYK
RGB Variations
Color information
#A8A71F (or 0xA8A71F) is known color: Lucky. HEX triplet: A8, A7 and 1F. RGB value is (168,167,31). Sum of RGB (Red+Green+Blue) = 168+167+31=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A71F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A71F is #5758E0. Grayscale: #989898. Windows color (decimal): -5724385 or 2074536. OLE color: 2074536.
HSL color Cylindrical-coordinate representation of color #A8A71F: hue angle of 59.56º degrees, saturation: 0.69, 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 #A8A71F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 31 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.34 |
| HSL | 59.56º | 0.69% | 0.39% | - |
| HSV(B) | 59.56º | 0.82% | 0.66% | - |
| XYZ | 30.21 | 36.06 | 6.66 | - |
| YUV | 151.8 | 59.83 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 31 | 0 | 0.01 | 0.82 | 0.34 | 59.56 | 0.69 | 0.39 |
| Hex | A8 | A7 | 1F | 0 | 1 | 52 | 22 | 3C | 45 | 27 |
| Octal | 250 | 247 | 37 | 0 | 1 | 122 | 42 | 74 | 105 | 47 |
| Binary | 10101000 | 10100111 | 11111 | 0 | 1 | 1010010 | 100010 | 111100 | 1000101 | 100111 |
Color Harmonies of #A8A71F
Complementary color
Monochromatic Colors of #A8A71F
Black with #A8A71F
Text Example
Text Example
White with #A8A71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A71F; }
p { color: rgb(168,167,31); }
H1.HeaderClassName
{
color: #A8A71F;
}
.AnyTagClassName
{
color: #A8A71F;
}
</style>
background-color css
<style>
a { background-color: #A8A71F; }
a { background-color: rgb(168,167,31); }
div.DivClassName
{
background-color: #A8A71F;
}
.BgClassName
{
background-color: #A8A71F;
}
</style>
border-color css
<style>
span { border-color: #A8A71F; }
span { border-color: rgb(168,167,31); }
td.TdClassName
{
border-color: #A8A71F;
}
.TagClassName
{
border-color: #A8A71F;
}
</style>