Shades of Lucky #A48F0E
Tints of Lucky #A48F0E
RGB
CMYK
RGB Variations
Color information
#A48F0E (or 0xA48F0E) is known color: Lucky. HEX triplet: A4, 8F and 0E. RGB value is (164,143,14). Sum of RGB (Red+Green+Blue) = 164+143+14=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F0E is #5B70F1. Grayscale: #878787. Windows color (decimal): -5992690 or 954276. OLE color: 954276.
HSL color Cylindrical-coordinate representation of color #A48F0E: hue angle of 51.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A48F0E is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 14 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.36 |
| HSL | 51.6º | 0.84% | 0.35% | - |
| HSV(B) | 51.6º | 0.91% | 0.64% | - |
| XYZ | 25.21 | 27.57 | 4.41 | - |
| YUV | 134.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 14 | 0 | 0.13 | 0.91 | 0.36 | 51.6 | 0.84 | 0.35 |
| Hex | A4 | 8F | E | 0 | D | 5B | 24 | 34 | 54 | 23 |
| Octal | 244 | 217 | 16 | 0 | 15 | 133 | 44 | 64 | 124 | 43 |
| Binary | 10100100 | 10001111 | 1110 | 0 | 1101 | 1011011 | 100100 | 110100 | 1010100 | 100011 |
Color Harmonies of #A48F0E
Complementary color
Monochromatic Colors of #A48F0E
Black with #A48F0E
Text Example
Text Example
White with #A48F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F0E; }
p { color: rgb(164,143,14); }
H1.HeaderClassName
{
color: #A48F0E;
}
.AnyTagClassName
{
color: #A48F0E;
}
</style>
background-color css
<style>
a { background-color: #A48F0E; }
a { background-color: rgb(164,143,14); }
div.DivClassName
{
background-color: #A48F0E;
}
.BgClassName
{
background-color: #A48F0E;
}
</style>
border-color css
<style>
span { border-color: #A48F0E; }
span { border-color: rgb(164,143,14); }
td.TdClassName
{
border-color: #A48F0E;
}
.TagClassName
{
border-color: #A48F0E;
}
</style>