Shades of Lucky #A39107
Tints of Lucky #A39107
RGB
CMYK
RGB Variations
Color information
#A39107 (or 0xA39107) is known color: Lucky. HEX triplet: A3, 91 and 07. RGB value is (163,145,7). Sum of RGB (Red+Green+Blue) = 163+145+7=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A39107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39107 is #5C6EF8. Grayscale: #878787. Windows color (decimal): -6057721 or 496035. OLE color: 496035.
HSL color Cylindrical-coordinate representation of color #A39107: hue angle of 53.08º 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 #A39107 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.36 |
| HSL | 53.08º | 0.92% | 0.33% | - |
| HSV(B) | 53.08º | 0.96% | 0.64% | - |
| XYZ | 25.27 | 28.05 | 4.28 | - |
| YUV | 134.65 | 55.96 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 7 | 0 | 0.11 | 0.96 | 0.36 | 53.08 | 0.92 | 0.33 |
| Hex | A3 | 91 | 7 | 0 | B | 60 | 24 | 35 | 5C | 21 |
| Octal | 243 | 221 | 7 | 0 | 13 | 140 | 44 | 65 | 134 | 41 |
| Binary | 10100011 | 10010001 | 111 | 0 | 1011 | 1100000 | 100100 | 110101 | 1011100 | 100001 |
Color Harmonies of #A39107
Complementary color
Monochromatic Colors of #A39107
Black with #A39107
Text Example
Text Example
White with #A39107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39107; }
p { color: rgb(163,145,7); }
H1.HeaderClassName
{
color: #A39107;
}
.AnyTagClassName
{
color: #A39107;
}
</style>
background-color css
<style>
a { background-color: #A39107; }
a { background-color: rgb(163,145,7); }
div.DivClassName
{
background-color: #A39107;
}
.BgClassName
{
background-color: #A39107;
}
</style>
border-color css
<style>
span { border-color: #A39107; }
span { border-color: rgb(163,145,7); }
td.TdClassName
{
border-color: #A39107;
}
.TagClassName
{
border-color: #A39107;
}
</style>