Shades of Lucky #A39105
Tints of Lucky #A39105
RGB
CMYK
RGB Variations
Color information
#A39105 (or 0xA39105) is known color: Lucky. HEX triplet: A3, 91 and 05. RGB value is (163,145,5). Sum of RGB (Red+Green+Blue) = 163+145+5=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A39105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39105 is #5C6EFA. Grayscale: #878787. Windows color (decimal): -6057723 or 364963. OLE color: 364963.
HSL color Cylindrical-coordinate representation of color #A39105: hue angle of 53.16º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A39105 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 145 | 5 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.36 |
| HSL | 53.16º | 0.94% | 0.33% | - |
| HSV(B) | 53.16º | 0.97% | 0.64% | - |
| XYZ | 25.26 | 28.05 | 4.23 | - |
| YUV | 134.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 5 | 0 | 0.11 | 0.97 | 0.36 | 53.16 | 0.94 | 0.33 |
| Hex | A3 | 91 | 5 | 0 | B | 61 | 24 | 35 | 5E | 21 |
| Octal | 243 | 221 | 5 | 0 | 13 | 141 | 44 | 65 | 136 | 41 |
| Binary | 10100011 | 10010001 | 101 | 0 | 1011 | 1100001 | 100100 | 110101 | 1011110 | 100001 |
Color Harmonies of #A39105
Complementary color
Monochromatic Colors of #A39105
Black with #A39105
Text Example
Text Example
White with #A39105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39105; }
p { color: rgb(163,145,5); }
H1.HeaderClassName
{
color: #A39105;
}
.AnyTagClassName
{
color: #A39105;
}
</style>
background-color css
<style>
a { background-color: #A39105; }
a { background-color: rgb(163,145,5); }
div.DivClassName
{
background-color: #A39105;
}
.BgClassName
{
background-color: #A39105;
}
</style>
border-color css
<style>
span { border-color: #A39105; }
span { border-color: rgb(163,145,5); }
td.TdClassName
{
border-color: #A39105;
}
.TagClassName
{
border-color: #A39105;
}
</style>