Shades of Lucky #A39F07
Tints of Lucky #A39F07
RGB
CMYK
RGB Variations
Color information
#A39F07 (or 0xA39F07) is known color: Lucky. HEX triplet: A3, 9F and 07. RGB value is (163,159,7). Sum of RGB (Red+Green+Blue) = 163+159+7=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39F07 is #5C60F8. Grayscale: #8F8F8F. Windows color (decimal): -6054137 or 499619. OLE color: 499619.
HSL color Cylindrical-coordinate representation of color #A39F07: hue angle of 58.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A39F07 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.36 |
| HSL | 58.46º | 0.92% | 0.33% | - |
| HSV(B) | 58.46º | 0.96% | 0.64% | - |
| XYZ | 27.54 | 32.6 | 5.04 | - |
| YUV | 142.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 7 | 0 | 0.02 | 0.96 | 0.36 | 58.46 | 0.92 | 0.33 |
| Hex | A3 | 9F | 7 | 0 | 2 | 60 | 24 | 3A | 5C | 21 |
| Octal | 243 | 237 | 7 | 0 | 2 | 140 | 44 | 72 | 134 | 41 |
| Binary | 10100011 | 10011111 | 111 | 0 | 10 | 1100000 | 100100 | 111010 | 1011100 | 100001 |
Color Harmonies of #A39F07
Complementary color
Monochromatic Colors of #A39F07
Black with #A39F07
Text Example
Text Example
White with #A39F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F07; }
p { color: rgb(163,159,7); }
H1.HeaderClassName
{
color: #A39F07;
}
.AnyTagClassName
{
color: #A39F07;
}
</style>
background-color css
<style>
a { background-color: #A39F07; }
a { background-color: rgb(163,159,7); }
div.DivClassName
{
background-color: #A39F07;
}
.BgClassName
{
background-color: #A39F07;
}
</style>
border-color css
<style>
span { border-color: #A39F07; }
span { border-color: rgb(163,159,7); }
td.TdClassName
{
border-color: #A39F07;
}
.TagClassName
{
border-color: #A39F07;
}
</style>