Shades of Lucky #A48C0E
Tints of Lucky #A48C0E
RGB
CMYK
RGB Variations
Color information
#A48C0E (or 0xA48C0E) is known color: Lucky. HEX triplet: A4, 8C and 0E. RGB value is (164,140,14). Sum of RGB (Red+Green+Blue) = 164+140+14=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C0E is #5B73F1. Grayscale: #858585. Windows color (decimal): -5993458 or 953508. OLE color: 953508.
HSL color Cylindrical-coordinate representation of color #A48C0E: hue angle of 50.4º 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 #A48C0E is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 14 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.36 |
| HSL | 50.4º | 0.84% | 0.35% | - |
| HSV(B) | 50.4º | 0.91% | 0.64% | - |
| XYZ | 24.77 | 26.68 | 4.26 | - |
| YUV | 132.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 14 | 0 | 0.15 | 0.91 | 0.36 | 50.4 | 0.84 | 0.35 |
| Hex | A4 | 8C | E | 0 | F | 5B | 24 | 32 | 54 | 23 |
| Octal | 244 | 214 | 16 | 0 | 17 | 133 | 44 | 62 | 124 | 43 |
| Binary | 10100100 | 10001100 | 1110 | 0 | 1111 | 1011011 | 100100 | 110010 | 1010100 | 100011 |
Color Harmonies of #A48C0E
Complementary color
Monochromatic Colors of #A48C0E
Black with #A48C0E
Text Example
Text Example
White with #A48C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C0E; }
p { color: rgb(164,140,14); }
H1.HeaderClassName
{
color: #A48C0E;
}
.AnyTagClassName
{
color: #A48C0E;
}
</style>
background-color css
<style>
a { background-color: #A48C0E; }
a { background-color: rgb(164,140,14); }
div.DivClassName
{
background-color: #A48C0E;
}
.BgClassName
{
background-color: #A48C0E;
}
</style>
border-color css
<style>
span { border-color: #A48C0E; }
span { border-color: rgb(164,140,14); }
td.TdClassName
{
border-color: #A48C0E;
}
.TagClassName
{
border-color: #A48C0E;
}
</style>