Shades of Lucky #A38E14
Tints of Lucky #A38E14
RGB
CMYK
RGB Variations
Color information
#A38E14 (or 0xA38E14) is known color: Lucky. HEX triplet: A3, 8E and 14. RGB value is (163,142,20). Sum of RGB (Red+Green+Blue) = 163+142+20=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E14 is #5C71EB. Grayscale: #868686. Windows color (decimal): -6058476 or 1347235. OLE color: 1347235.
HSL color Cylindrical-coordinate representation of color #A38E14: hue angle of 51.19º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A38E14 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 142 | 20 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.36 |
| HSL | 51.19º | 0.78% | 0.36% | - |
| HSV(B) | 51.19º | 0.88% | 0.64% | - |
| XYZ | 24.9 | 27.18 | 4.6 | - |
| YUV | 134.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 20 | 0 | 0.13 | 0.88 | 0.36 | 51.19 | 0.78 | 0.36 |
| Hex | A3 | 8E | 14 | 0 | D | 58 | 24 | 33 | 4E | 24 |
| Octal | 243 | 216 | 24 | 0 | 15 | 130 | 44 | 63 | 116 | 44 |
| Binary | 10100011 | 10001110 | 10100 | 0 | 1101 | 1011000 | 100100 | 110011 | 1001110 | 100100 |
Color Harmonies of #A38E14
Complementary color
Monochromatic Colors of #A38E14
Black with #A38E14
Text Example
Text Example
White with #A38E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38E14; }
p { color: rgb(163,142,20); }
H1.HeaderClassName
{
color: #A38E14;
}
.AnyTagClassName
{
color: #A38E14;
}
</style>
background-color css
<style>
a { background-color: #A38E14; }
a { background-color: rgb(163,142,20); }
div.DivClassName
{
background-color: #A38E14;
}
.BgClassName
{
background-color: #A38E14;
}
</style>
border-color css
<style>
span { border-color: #A38E14; }
span { border-color: rgb(163,142,20); }
td.TdClassName
{
border-color: #A38E14;
}
.TagClassName
{
border-color: #A38E14;
}
</style>