Shades of Lucky #A38D16
Tints of Lucky #A38D16
RGB
CMYK
RGB Variations
Color information
#A38D16 (or 0xA38D16) is known color: Lucky. HEX triplet: A3, 8D and 16. RGB value is (163,141,22). Sum of RGB (Red+Green+Blue) = 163+141+22=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D16 is #5C72E9. Grayscale: #868686. Windows color (decimal): -6058730 or 1478051. OLE color: 1478051.
HSL color Cylindrical-coordinate representation of color #A38D16: hue angle of 50.64º degrees, saturation: 0.76, 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 #A38D16 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 22 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.36 |
| HSL | 50.64º | 0.76% | 0.36% | - |
| HSV(B) | 50.64º | 0.87% | 0.64% | - |
| XYZ | 24.77 | 26.89 | 4.64 | - |
| YUV | 134.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 22 | 0 | 0.13 | 0.87 | 0.36 | 50.64 | 0.76 | 0.36 |
| Hex | A3 | 8D | 16 | 0 | D | 57 | 24 | 33 | 4C | 24 |
| Octal | 243 | 215 | 26 | 0 | 15 | 127 | 44 | 63 | 114 | 44 |
| Binary | 10100011 | 10001101 | 10110 | 0 | 1101 | 1010111 | 100100 | 110011 | 1001100 | 100100 |
Color Harmonies of #A38D16
Complementary color
Monochromatic Colors of #A38D16
Black with #A38D16
Text Example
Text Example
White with #A38D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D16; }
p { color: rgb(163,141,22); }
H1.HeaderClassName
{
color: #A38D16;
}
.AnyTagClassName
{
color: #A38D16;
}
</style>
background-color css
<style>
a { background-color: #A38D16; }
a { background-color: rgb(163,141,22); }
div.DivClassName
{
background-color: #A38D16;
}
.BgClassName
{
background-color: #A38D16;
}
</style>
border-color css
<style>
span { border-color: #A38D16; }
span { border-color: rgb(163,141,22); }
td.TdClassName
{
border-color: #A38D16;
}
.TagClassName
{
border-color: #A38D16;
}
</style>