Shades of Lucky #A38D15
Tints of Lucky #A38D15
RGB
CMYK
RGB Variations
Color information
#A38D15 (or 0xA38D15) is known color: Lucky. HEX triplet: A3, 8D and 15. RGB value is (163,141,21). Sum of RGB (Red+Green+Blue) = 163+141+21=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D15 is #5C72EA. Grayscale: #868686. Windows color (decimal): -6058731 or 1412515. OLE color: 1412515.
HSL color Cylindrical-coordinate representation of color #A38D15: hue angle of 50.7º 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 #A38D15 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 21 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.36 |
| HSL | 50.7º | 0.77% | 0.36% | - |
| HSV(B) | 50.7º | 0.87% | 0.64% | - |
| XYZ | 24.76 | 26.89 | 4.59 | - |
| YUV | 133.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 21 | 0 | 0.13 | 0.87 | 0.36 | 50.7 | 0.77 | 0.36 |
| Hex | A3 | 8D | 15 | 0 | D | 57 | 24 | 33 | 4D | 24 |
| Octal | 243 | 215 | 25 | 0 | 15 | 127 | 44 | 63 | 115 | 44 |
| Binary | 10100011 | 10001101 | 10101 | 0 | 1101 | 1010111 | 100100 | 110011 | 1001101 | 100100 |
Color Harmonies of #A38D15
Complementary color
Monochromatic Colors of #A38D15
Black with #A38D15
Text Example
Text Example
White with #A38D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D15; }
p { color: rgb(163,141,21); }
H1.HeaderClassName
{
color: #A38D15;
}
.AnyTagClassName
{
color: #A38D15;
}
</style>
background-color css
<style>
a { background-color: #A38D15; }
a { background-color: rgb(163,141,21); }
div.DivClassName
{
background-color: #A38D15;
}
.BgClassName
{
background-color: #A38D15;
}
</style>
border-color css
<style>
span { border-color: #A38D15; }
span { border-color: rgb(163,141,21); }
td.TdClassName
{
border-color: #A38D15;
}
.TagClassName
{
border-color: #A38D15;
}
</style>