Shades of Lucky #A68D10
Tints of Lucky #A68D10
RGB
CMYK
RGB Variations
Color information
#A68D10 (or 0xA68D10) is known color: Lucky. HEX triplet: A6, 8D and 10. RGB value is (166,141,16). Sum of RGB (Red+Green+Blue) = 166+141+16=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D10 is #5972EF. Grayscale: #868686. Windows color (decimal): -5862128 or 1084838. OLE color: 1084838.
HSL color Cylindrical-coordinate representation of color #A68D10: hue angle of 50º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68D10 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 16 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.35 |
| HSL | 50º | 0.82% | 0.36% | - |
| HSV(B) | 50º | 0.9% | 0.65% | - |
| XYZ | 25.34 | 27.19 | 4.4 | - |
| YUV | 134.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 16 | 0 | 0.15 | 0.90 | 0.35 | 50 | 0.82 | 0.36 |
| Hex | A6 | 8D | 10 | 0 | F | 5A | 23 | 32 | 52 | 24 |
| Octal | 246 | 215 | 20 | 0 | 17 | 132 | 43 | 62 | 122 | 44 |
| Binary | 10100110 | 10001101 | 10000 | 0 | 1111 | 1011010 | 100011 | 110010 | 1010010 | 100100 |
Color Harmonies of #A68D10
Complementary color
Monochromatic Colors of #A68D10
Black with #A68D10
Text Example
Text Example
White with #A68D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D10; }
p { color: rgb(166,141,16); }
H1.HeaderClassName
{
color: #A68D10;
}
.AnyTagClassName
{
color: #A68D10;
}
</style>
background-color css
<style>
a { background-color: #A68D10; }
a { background-color: rgb(166,141,16); }
div.DivClassName
{
background-color: #A68D10;
}
.BgClassName
{
background-color: #A68D10;
}
</style>
border-color css
<style>
span { border-color: #A68D10; }
span { border-color: rgb(166,141,16); }
td.TdClassName
{
border-color: #A68D10;
}
.TagClassName
{
border-color: #A68D10;
}
</style>