Shades of Lucky #A48D0D
Tints of Lucky #A48D0D
RGB
CMYK
RGB Variations
Color information
#A48D0D (or 0xA48D0D) is known color: Lucky. HEX triplet: A4, 8D and 0D. RGB value is (164,141,13). Sum of RGB (Red+Green+Blue) = 164+141+13=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D0D is #5B72F2. Grayscale: #858585. Windows color (decimal): -5993203 or 888228. OLE color: 888228.
HSL color Cylindrical-coordinate representation of color #A48D0D: hue angle of 50.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A48D0D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.36 |
| HSL | 50.86º | 0.85% | 0.35% | - |
| HSV(B) | 50.86º | 0.92% | 0.64% | - |
| XYZ | 24.91 | 26.97 | 4.27 | - |
| YUV | 133.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 13 | 0 | 0.14 | 0.92 | 0.36 | 50.86 | 0.85 | 0.35 |
| Hex | A4 | 8D | D | 0 | E | 5C | 24 | 33 | 55 | 23 |
| Octal | 244 | 215 | 15 | 0 | 16 | 134 | 44 | 63 | 125 | 43 |
| Binary | 10100100 | 10001101 | 1101 | 0 | 1110 | 1011100 | 100100 | 110011 | 1010101 | 100011 |
Color Harmonies of #A48D0D
Complementary color
Monochromatic Colors of #A48D0D
Black with #A48D0D
Text Example
Text Example
White with #A48D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D0D; }
p { color: rgb(164,141,13); }
H1.HeaderClassName
{
color: #A48D0D;
}
.AnyTagClassName
{
color: #A48D0D;
}
</style>
background-color css
<style>
a { background-color: #A48D0D; }
a { background-color: rgb(164,141,13); }
div.DivClassName
{
background-color: #A48D0D;
}
.BgClassName
{
background-color: #A48D0D;
}
</style>
border-color css
<style>
span { border-color: #A48D0D; }
span { border-color: rgb(164,141,13); }
td.TdClassName
{
border-color: #A48D0D;
}
.TagClassName
{
border-color: #A48D0D;
}
</style>