Shades of Lucky #A68D0E
Tints of Lucky #A68D0E
RGB
CMYK
RGB Variations
Color information
#A68D0E (or 0xA68D0E) is known color: Lucky. HEX triplet: A6, 8D and 0E. RGB value is (166,141,14). Sum of RGB (Red+Green+Blue) = 166+141+14=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D0E is #5972F1. Grayscale: #868686. Windows color (decimal): -5862130 or 953766. OLE color: 953766.
HSL color Cylindrical-coordinate representation of color #A68D0E: hue angle of 50.13º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A68D0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.35 |
| HSL | 50.13º | 0.84% | 0.35% | - |
| HSV(B) | 50.13º | 0.92% | 0.65% | - |
| XYZ | 25.33 | 27.19 | 4.33 | - |
| YUV | 134 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 14 | 0 | 0.15 | 0.92 | 0.35 | 50.13 | 0.84 | 0.35 |
| Hex | A6 | 8D | E | 0 | F | 5C | 23 | 32 | 54 | 23 |
| Octal | 246 | 215 | 16 | 0 | 17 | 134 | 43 | 62 | 124 | 43 |
| Binary | 10100110 | 10001101 | 1110 | 0 | 1111 | 1011100 | 100011 | 110010 | 1010100 | 100011 |
Color Harmonies of #A68D0E
Complementary color
Monochromatic Colors of #A68D0E
Black with #A68D0E
Text Example
Text Example
White with #A68D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D0E; }
p { color: rgb(166,141,14); }
H1.HeaderClassName
{
color: #A68D0E;
}
.AnyTagClassName
{
color: #A68D0E;
}
</style>
background-color css
<style>
a { background-color: #A68D0E; }
a { background-color: rgb(166,141,14); }
div.DivClassName
{
background-color: #A68D0E;
}
.BgClassName
{
background-color: #A68D0E;
}
</style>
border-color css
<style>
span { border-color: #A68D0E; }
span { border-color: rgb(166,141,14); }
td.TdClassName
{
border-color: #A68D0E;
}
.TagClassName
{
border-color: #A68D0E;
}
</style>