Shades of Lucky #A48D0C
Tints of Lucky #A48D0C
RGB
CMYK
RGB Variations
Color information
#A48D0C (or 0xA48D0C) is known color: Lucky. HEX triplet: A4, 8D and 0C. RGB value is (164,141,12). Sum of RGB (Red+Green+Blue) = 164+141+12=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D0C is #5B72F3. Grayscale: #858585. Windows color (decimal): -5993204 or 822692. OLE color: 822692.
HSL color Cylindrical-coordinate representation of color #A48D0C: hue angle of 50.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A48D0C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.36 |
| HSL | 50.92º | 0.86% | 0.35% | - |
| HSV(B) | 50.92º | 0.93% | 0.64% | - |
| XYZ | 24.9 | 26.97 | 4.24 | - |
| YUV | 133.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 12 | 0 | 0.14 | 0.93 | 0.36 | 50.92 | 0.86 | 0.35 |
| Hex | A4 | 8D | C | 0 | E | 5D | 24 | 33 | 56 | 23 |
| Octal | 244 | 215 | 14 | 0 | 16 | 135 | 44 | 63 | 126 | 43 |
| Binary | 10100100 | 10001101 | 1100 | 0 | 1110 | 1011101 | 100100 | 110011 | 1010110 | 100011 |
Color Harmonies of #A48D0C
Complementary color
Monochromatic Colors of #A48D0C
Black with #A48D0C
Text Example
Text Example
White with #A48D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D0C; }
p { color: rgb(164,141,12); }
H1.HeaderClassName
{
color: #A48D0C;
}
.AnyTagClassName
{
color: #A48D0C;
}
</style>
background-color css
<style>
a { background-color: #A48D0C; }
a { background-color: rgb(164,141,12); }
div.DivClassName
{
background-color: #A48D0C;
}
.BgClassName
{
background-color: #A48D0C;
}
</style>
border-color css
<style>
span { border-color: #A48D0C; }
span { border-color: rgb(164,141,12); }
td.TdClassName
{
border-color: #A48D0C;
}
.TagClassName
{
border-color: #A48D0C;
}
</style>