Shades of Lucky #A7A31C
Tints of Lucky #A7A31C
RGB
CMYK
RGB Variations
Color information
#A7A31C (or 0xA7A31C) is known color: Lucky. HEX triplet: A7, A3 and 1C. RGB value is (167,163,28). Sum of RGB (Red+Green+Blue) = 167+163+28=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A31C is #585CE3. Grayscale: #959595. Windows color (decimal): -5790948 or 1876903. OLE color: 1876903.
HSL color Cylindrical-coordinate representation of color #A7A31C: hue angle of 58.27º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7A31C is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 28 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.35 |
| HSL | 58.27º | 0.71% | 0.38% | - |
| HSV(B) | 58.27º | 0.83% | 0.65% | - |
| XYZ | 29.24 | 34.49 | 6.22 | - |
| YUV | 148.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 28 | 0 | 0.02 | 0.83 | 0.35 | 58.27 | 0.71 | 0.38 |
| Hex | A7 | A3 | 1C | 0 | 2 | 53 | 23 | 3A | 47 | 26 |
| Octal | 247 | 243 | 34 | 0 | 2 | 123 | 43 | 72 | 107 | 46 |
| Binary | 10100111 | 10100011 | 11100 | 0 | 10 | 1010011 | 100011 | 111010 | 1000111 | 100110 |
Color Harmonies of #A7A31C
Complementary color
Monochromatic Colors of #A7A31C
Black with #A7A31C
Text Example
Text Example
White with #A7A31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A31C; }
p { color: rgb(167,163,28); }
H1.HeaderClassName
{
color: #A7A31C;
}
.AnyTagClassName
{
color: #A7A31C;
}
</style>
background-color css
<style>
a { background-color: #A7A31C; }
a { background-color: rgb(167,163,28); }
div.DivClassName
{
background-color: #A7A31C;
}
.BgClassName
{
background-color: #A7A31C;
}
</style>
border-color css
<style>
span { border-color: #A7A31C; }
span { border-color: rgb(167,163,28); }
td.TdClassName
{
border-color: #A7A31C;
}
.TagClassName
{
border-color: #A7A31C;
}
</style>