Shades of Lucky #A7A30F
Tints of Lucky #A7A30F
RGB
CMYK
RGB Variations
Color information
#A7A30F (or 0xA7A30F) is known color: Lucky. HEX triplet: A7, A3 and 0F. RGB value is (167,163,15). Sum of RGB (Red+Green+Blue) = 167+163+15=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A30F is #585CF0. Grayscale: #939393. Windows color (decimal): -5790961 or 1024935. OLE color: 1024935.
HSL color Cylindrical-coordinate representation of color #A7A30F: hue angle of 58.42º 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 #A7A30F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 163 | 15 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.35 |
| HSL | 58.42º | 0.84% | 0.36% | - |
| HSV(B) | 58.42º | 0.91% | 0.65% | - |
| XYZ | 29.12 | 34.44 | 5.57 | - |
| YUV | 147.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 163 | 15 | 0 | 0.02 | 0.91 | 0.35 | 58.42 | 0.84 | 0.36 |
| Hex | A7 | A3 | F | 0 | 2 | 5B | 23 | 3A | 54 | 24 |
| Octal | 247 | 243 | 17 | 0 | 2 | 133 | 43 | 72 | 124 | 44 |
| Binary | 10100111 | 10100011 | 1111 | 0 | 10 | 1011011 | 100011 | 111010 | 1010100 | 100100 |
Color Harmonies of #A7A30F
Complementary color
Monochromatic Colors of #A7A30F
Black with #A7A30F
Text Example
Text Example
White with #A7A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A30F; }
p { color: rgb(167,163,15); }
H1.HeaderClassName
{
color: #A7A30F;
}
.AnyTagClassName
{
color: #A7A30F;
}
</style>
background-color css
<style>
a { background-color: #A7A30F; }
a { background-color: rgb(167,163,15); }
div.DivClassName
{
background-color: #A7A30F;
}
.BgClassName
{
background-color: #A7A30F;
}
</style>
border-color css
<style>
span { border-color: #A7A30F; }
span { border-color: rgb(167,163,15); }
td.TdClassName
{
border-color: #A7A30F;
}
.TagClassName
{
border-color: #A7A30F;
}
</style>