Shades of Lucky #A7A20F
Tints of Lucky #A7A20F
RGB
CMYK
RGB Variations
Color information
#A7A20F (or 0xA7A20F) is known color: Lucky. HEX triplet: A7, A2 and 0F. RGB value is (167,162,15). Sum of RGB (Red+Green+Blue) = 167+162+15=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A20F is #585DF0. Grayscale: #939393. Windows color (decimal): -5791217 or 1024679. OLE color: 1024679.
HSL color Cylindrical-coordinate representation of color #A7A20F: hue angle of 58.03º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7A20F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.35 |
| HSL | 58.03º | 0.84% | 0.36% | - |
| HSV(B) | 58.03º | 0.91% | 0.65% | - |
| XYZ | 28.94 | 34.09 | 5.51 | - |
| YUV | 146.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 15 | 0 | 0.03 | 0.91 | 0.35 | 58.03 | 0.84 | 0.36 |
| Hex | A7 | A2 | F | 0 | 3 | 5B | 23 | 3A | 54 | 24 |
| Octal | 247 | 242 | 17 | 0 | 3 | 133 | 43 | 72 | 124 | 44 |
| Binary | 10100111 | 10100010 | 1111 | 0 | 11 | 1011011 | 100011 | 111010 | 1010100 | 100100 |
Color Harmonies of #A7A20F
Complementary color
Monochromatic Colors of #A7A20F
Black with #A7A20F
Text Example
Text Example
White with #A7A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A20F; }
p { color: rgb(167,162,15); }
H1.HeaderClassName
{
color: #A7A20F;
}
.AnyTagClassName
{
color: #A7A20F;
}
</style>
background-color css
<style>
a { background-color: #A7A20F; }
a { background-color: rgb(167,162,15); }
div.DivClassName
{
background-color: #A7A20F;
}
.BgClassName
{
background-color: #A7A20F;
}
</style>
border-color css
<style>
span { border-color: #A7A20F; }
span { border-color: rgb(167,162,15); }
td.TdClassName
{
border-color: #A7A20F;
}
.TagClassName
{
border-color: #A7A20F;
}
</style>