Shades of Lucky #A68D1C
Tints of Lucky #A68D1C
RGB
CMYK
RGB Variations
Color information
#A68D1C (or 0xA68D1C) is known color: Lucky. HEX triplet: A6, 8D and 1C. RGB value is (166,141,28). Sum of RGB (Red+Green+Blue) = 166+141+28=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D1C is #5972E3. Grayscale: #888888. Windows color (decimal): -5862116 or 1871270. OLE color: 1871270.
HSL color Cylindrical-coordinate representation of color #A68D1C: hue angle of 49.13º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A68D1C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 28 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.35 |
| HSL | 49.13º | 0.71% | 0.38% | - |
| HSV(B) | 49.13º | 0.83% | 0.65% | - |
| XYZ | 25.46 | 27.24 | 5.01 | - |
| YUV | 135.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 28 | 0 | 0.15 | 0.83 | 0.35 | 49.13 | 0.71 | 0.38 |
| Hex | A6 | 8D | 1C | 0 | F | 53 | 23 | 31 | 47 | 26 |
| Octal | 246 | 215 | 34 | 0 | 17 | 123 | 43 | 61 | 107 | 46 |
| Binary | 10100110 | 10001101 | 11100 | 0 | 1111 | 1010011 | 100011 | 110001 | 1000111 | 100110 |
Color Harmonies of #A68D1C
Complementary color
Monochromatic Colors of #A68D1C
Black with #A68D1C
Text Example
Text Example
White with #A68D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D1C; }
p { color: rgb(166,141,28); }
H1.HeaderClassName
{
color: #A68D1C;
}
.AnyTagClassName
{
color: #A68D1C;
}
</style>
background-color css
<style>
a { background-color: #A68D1C; }
a { background-color: rgb(166,141,28); }
div.DivClassName
{
background-color: #A68D1C;
}
.BgClassName
{
background-color: #A68D1C;
}
</style>
border-color css
<style>
span { border-color: #A68D1C; }
span { border-color: rgb(166,141,28); }
td.TdClassName
{
border-color: #A68D1C;
}
.TagClassName
{
border-color: #A68D1C;
}
</style>