Shades of Lucky #A39010
Tints of Lucky #A39010
RGB
CMYK
RGB Variations
Color information
#A39010 (or 0xA39010) is known color: Lucky. HEX triplet: A3, 90 and 10. RGB value is (163,144,16). Sum of RGB (Red+Green+Blue) = 163+144+16=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A39010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39010 is #5C6FEF. Grayscale: #878787. Windows color (decimal): -6057968 or 1085603. OLE color: 1085603.
HSL color Cylindrical-coordinate representation of color #A39010: hue angle of 52.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A39010 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 16 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.36 |
| HSL | 52.24º | 0.82% | 0.35% | - |
| HSV(B) | 52.24º | 0.9% | 0.64% | - |
| XYZ | 25.17 | 27.77 | 4.52 | - |
| YUV | 135.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 16 | 0 | 0.12 | 0.90 | 0.36 | 52.24 | 0.82 | 0.35 |
| Hex | A3 | 90 | 10 | 0 | C | 5A | 24 | 34 | 52 | 23 |
| Octal | 243 | 220 | 20 | 0 | 14 | 132 | 44 | 64 | 122 | 43 |
| Binary | 10100011 | 10010000 | 10000 | 0 | 1100 | 1011010 | 100100 | 110100 | 1010010 | 100011 |
Color Harmonies of #A39010
Complementary color
Monochromatic Colors of #A39010
Black with #A39010
Text Example
Text Example
White with #A39010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39010; }
p { color: rgb(163,144,16); }
H1.HeaderClassName
{
color: #A39010;
}
.AnyTagClassName
{
color: #A39010;
}
</style>
background-color css
<style>
a { background-color: #A39010; }
a { background-color: rgb(163,144,16); }
div.DivClassName
{
background-color: #A39010;
}
.BgClassName
{
background-color: #A39010;
}
</style>
border-color css
<style>
span { border-color: #A39010; }
span { border-color: rgb(163,144,16); }
td.TdClassName
{
border-color: #A39010;
}
.TagClassName
{
border-color: #A39010;
}
</style>