Shades of Lucky #A39F02
Tints of Lucky #A39F02
RGB
CMYK
RGB Variations
Color information
#A39F02 (or 0xA39F02) is known color: Lucky. HEX triplet: A3, 9F and 02. RGB value is (163,159,2). Sum of RGB (Red+Green+Blue) = 163+159+2=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39F02 is #5C60FD. Grayscale: #8E8E8E. Windows color (decimal): -6054142 or 171939. OLE color: 171939.
HSL color Cylindrical-coordinate representation of color #A39F02: hue angle of 58.51º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A39F02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.36 |
| HSL | 58.51º | 0.98% | 0.32% | - |
| HSV(B) | 58.51º | 0.99% | 0.64% | - |
| XYZ | 27.51 | 32.59 | 4.9 | - |
| YUV | 142.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 2 | 0 | 0.02 | 0.99 | 0.36 | 58.51 | 0.98 | 0.32 |
| Hex | A3 | 9F | 2 | 0 | 2 | 63 | 24 | 3B | 62 | 20 |
| Octal | 243 | 237 | 2 | 0 | 2 | 143 | 44 | 73 | 142 | 40 |
| Binary | 10100011 | 10011111 | 10 | 0 | 10 | 1100011 | 100100 | 111011 | 1100010 | 100000 |
Color Harmonies of #A39F02
Complementary color
Monochromatic Colors of #A39F02
Black with #A39F02
Text Example
Text Example
White with #A39F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F02; }
p { color: rgb(163,159,2); }
H1.HeaderClassName
{
color: #A39F02;
}
.AnyTagClassName
{
color: #A39F02;
}
</style>
background-color css
<style>
a { background-color: #A39F02; }
a { background-color: rgb(163,159,2); }
div.DivClassName
{
background-color: #A39F02;
}
.BgClassName
{
background-color: #A39F02;
}
</style>
border-color css
<style>
span { border-color: #A39F02; }
span { border-color: rgb(163,159,2); }
td.TdClassName
{
border-color: #A39F02;
}
.TagClassName
{
border-color: #A39F02;
}
</style>