Shades of Lucky #A39507
Tints of Lucky #A39507
RGB
CMYK
RGB Variations
Color information
#A39507 (or 0xA39507) is known color: Lucky. HEX triplet: A3, 95 and 07. RGB value is (163,149,7). Sum of RGB (Red+Green+Blue) = 163+149+7=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A39507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39507 is #5C6AF8. Grayscale: #898989. Windows color (decimal): -6056697 or 497059. OLE color: 497059.
HSL color Cylindrical-coordinate representation of color #A39507: hue angle of 54.62º 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 #A39507 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.36 |
| HSL | 54.62º | 0.92% | 0.33% | - |
| HSV(B) | 54.62º | 0.96% | 0.64% | - |
| XYZ | 25.89 | 29.3 | 4.49 | - |
| YUV | 137 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 7 | 0 | 0.09 | 0.96 | 0.36 | 54.62 | 0.92 | 0.33 |
| Hex | A3 | 95 | 7 | 0 | 9 | 60 | 24 | 37 | 5C | 21 |
| Octal | 243 | 225 | 7 | 0 | 11 | 140 | 44 | 67 | 134 | 41 |
| Binary | 10100011 | 10010101 | 111 | 0 | 1001 | 1100000 | 100100 | 110111 | 1011100 | 100001 |
Color Harmonies of #A39507
Complementary color
Monochromatic Colors of #A39507
Black with #A39507
Text Example
Text Example
White with #A39507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39507; }
p { color: rgb(163,149,7); }
H1.HeaderClassName
{
color: #A39507;
}
.AnyTagClassName
{
color: #A39507;
}
</style>
background-color css
<style>
a { background-color: #A39507; }
a { background-color: rgb(163,149,7); }
div.DivClassName
{
background-color: #A39507;
}
.BgClassName
{
background-color: #A39507;
}
</style>
border-color css
<style>
span { border-color: #A39507; }
span { border-color: rgb(163,149,7); }
td.TdClassName
{
border-color: #A39507;
}
.TagClassName
{
border-color: #A39507;
}
</style>