Shades of Lucky #A48D1E
Tints of Lucky #A48D1E
RGB
CMYK
RGB Variations
Color information
#A48D1E (or 0xA48D1E) is known color: Lucky. HEX triplet: A4, 8D and 1E. RGB value is (164,141,30). Sum of RGB (Red+Green+Blue) = 164+141+30=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D1E is #5B72E1. Grayscale: #878787. Windows color (decimal): -5993186 or 2002340. OLE color: 2002340.
HSL color Cylindrical-coordinate representation of color #A48D1E: hue angle of 49.7º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A48D1E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 30 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.36 |
| HSL | 49.7º | 0.69% | 0.38% | - |
| HSV(B) | 49.7º | 0.82% | 0.64% | - |
| XYZ | 25.07 | 27.04 | 5.13 | - |
| YUV | 135.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 30 | 0 | 0.14 | 0.82 | 0.36 | 49.7 | 0.69 | 0.38 |
| Hex | A4 | 8D | 1E | 0 | E | 52 | 24 | 32 | 45 | 26 |
| Octal | 244 | 215 | 36 | 0 | 16 | 122 | 44 | 62 | 105 | 46 |
| Binary | 10100100 | 10001101 | 11110 | 0 | 1110 | 1010010 | 100100 | 110010 | 1000101 | 100110 |
Color Harmonies of #A48D1E
Complementary color
Monochromatic Colors of #A48D1E
Black with #A48D1E
Text Example
Text Example
White with #A48D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D1E; }
p { color: rgb(164,141,30); }
H1.HeaderClassName
{
color: #A48D1E;
}
.AnyTagClassName
{
color: #A48D1E;
}
</style>
background-color css
<style>
a { background-color: #A48D1E; }
a { background-color: rgb(164,141,30); }
div.DivClassName
{
background-color: #A48D1E;
}
.BgClassName
{
background-color: #A48D1E;
}
</style>
border-color css
<style>
span { border-color: #A48D1E; }
span { border-color: rgb(164,141,30); }
td.TdClassName
{
border-color: #A48D1E;
}
.TagClassName
{
border-color: #A48D1E;
}
</style>