Shades of Lucky #A39315
Tints of Lucky #A39315
RGB
CMYK
RGB Variations
Color information
#A39315 (or 0xA39315) is known color: Lucky. HEX triplet: A3, 93 and 15. RGB value is (163,147,21). Sum of RGB (Red+Green+Blue) = 163+147+21=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A39315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39315 is #5C6CEA. Grayscale: #898989. Windows color (decimal): -6057195 or 1414051. OLE color: 1414051.
HSL color Cylindrical-coordinate representation of color #A39315: hue angle of 53.24º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A39315 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 21 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.36 |
| HSL | 53.24º | 0.77% | 0.36% | - |
| HSV(B) | 53.24º | 0.87% | 0.64% | - |
| XYZ | 25.67 | 28.71 | 4.9 | - |
| YUV | 137.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 21 | 0 | 0.10 | 0.87 | 0.36 | 53.24 | 0.77 | 0.36 |
| Hex | A3 | 93 | 15 | 0 | A | 57 | 24 | 35 | 4D | 24 |
| Octal | 243 | 223 | 25 | 0 | 12 | 127 | 44 | 65 | 115 | 44 |
| Binary | 10100011 | 10010011 | 10101 | 0 | 1010 | 1010111 | 100100 | 110101 | 1001101 | 100100 |
Color Harmonies of #A39315
Complementary color
Monochromatic Colors of #A39315
Black with #A39315
Text Example
Text Example
White with #A39315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39315; }
p { color: rgb(163,147,21); }
H1.HeaderClassName
{
color: #A39315;
}
.AnyTagClassName
{
color: #A39315;
}
</style>
background-color css
<style>
a { background-color: #A39315; }
a { background-color: rgb(163,147,21); }
div.DivClassName
{
background-color: #A39315;
}
.BgClassName
{
background-color: #A39315;
}
</style>
border-color css
<style>
span { border-color: #A39315; }
span { border-color: rgb(163,147,21); }
td.TdClassName
{
border-color: #A39315;
}
.TagClassName
{
border-color: #A39315;
}
</style>