Shades of Lucky #A48D09
Tints of Lucky #A48D09
RGB
CMYK
RGB Variations
Color information
#A48D09 (or 0xA48D09) is known color: Lucky. HEX triplet: A4, 8D and 09. RGB value is (164,141,9). Sum of RGB (Red+Green+Blue) = 164+141+9=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D09 is #5B72F6. Grayscale: #858585. Windows color (decimal): -5993207 or 626084. OLE color: 626084.
HSL color Cylindrical-coordinate representation of color #A48D09: hue angle of 51.1º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A48D09 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 141 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.36 |
| HSL | 51.1º | 0.9% | 0.34% | - |
| HSV(B) | 51.1º | 0.95% | 0.64% | - |
| XYZ | 24.88 | 26.96 | 4.15 | - |
| YUV | 132.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 9 | 0 | 0.14 | 0.95 | 0.36 | 51.1 | 0.9 | 0.34 |
| Hex | A4 | 8D | 9 | 0 | E | 5F | 24 | 33 | 5A | 22 |
| Octal | 244 | 215 | 11 | 0 | 16 | 137 | 44 | 63 | 132 | 42 |
| Binary | 10100100 | 10001101 | 1001 | 0 | 1110 | 1011111 | 100100 | 110011 | 1011010 | 100010 |
Color Harmonies of #A48D09
Complementary color
Monochromatic Colors of #A48D09
Black with #A48D09
Text Example
Text Example
White with #A48D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48D09; }
p { color: rgb(164,141,9); }
H1.HeaderClassName
{
color: #A48D09;
}
.AnyTagClassName
{
color: #A48D09;
}
</style>
background-color css
<style>
a { background-color: #A48D09; }
a { background-color: rgb(164,141,9); }
div.DivClassName
{
background-color: #A48D09;
}
.BgClassName
{
background-color: #A48D09;
}
</style>
border-color css
<style>
span { border-color: #A48D09; }
span { border-color: rgb(164,141,9); }
td.TdClassName
{
border-color: #A48D09;
}
.TagClassName
{
border-color: #A48D09;
}
</style>