Shades of Lucky #A68D14
Tints of Lucky #A68D14
RGB
CMYK
RGB Variations
Color information
#A68D14 (or 0xA68D14) is known color: Lucky. HEX triplet: A6, 8D and 14. RGB value is (166,141,20). Sum of RGB (Red+Green+Blue) = 166+141+20=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D14 is #5972EB. Grayscale: #878787. Windows color (decimal): -5862124 or 1346982. OLE color: 1346982.
HSL color Cylindrical-coordinate representation of color #A68D14: hue angle of 49.73º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A68D14 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 20 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.35 |
| HSL | 49.73º | 0.78% | 0.36% | - |
| HSV(B) | 49.73º | 0.88% | 0.65% | - |
| XYZ | 25.38 | 27.21 | 4.58 | - |
| YUV | 134.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 20 | 0 | 0.15 | 0.88 | 0.35 | 49.73 | 0.78 | 0.36 |
| Hex | A6 | 8D | 14 | 0 | F | 58 | 23 | 32 | 4E | 24 |
| Octal | 246 | 215 | 24 | 0 | 17 | 130 | 43 | 62 | 116 | 44 |
| Binary | 10100110 | 10001101 | 10100 | 0 | 1111 | 1011000 | 100011 | 110010 | 1001110 | 100100 |
Color Harmonies of #A68D14
Complementary color
Monochromatic Colors of #A68D14
Black with #A68D14
Text Example
Text Example
White with #A68D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D14; }
p { color: rgb(166,141,20); }
H1.HeaderClassName
{
color: #A68D14;
}
.AnyTagClassName
{
color: #A68D14;
}
</style>
background-color css
<style>
a { background-color: #A68D14; }
a { background-color: rgb(166,141,20); }
div.DivClassName
{
background-color: #A68D14;
}
.BgClassName
{
background-color: #A68D14;
}
</style>
border-color css
<style>
span { border-color: #A68D14; }
span { border-color: rgb(166,141,20); }
td.TdClassName
{
border-color: #A68D14;
}
.TagClassName
{
border-color: #A68D14;
}
</style>