Shades of Lucky #A68E1E
Tints of Lucky #A68E1E
RGB
CMYK
RGB Variations
Color information
#A68E1E (or 0xA68E1E) is known color: Lucky. HEX triplet: A6, 8E and 1E. RGB value is (166,142,30). Sum of RGB (Red+Green+Blue) = 166+142+30=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E1E is #5971E1. Grayscale: #888888. Windows color (decimal): -5861858 or 2002598. OLE color: 2002598.
HSL color Cylindrical-coordinate representation of color #A68E1E: hue angle of 49.41º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A68E1E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 30 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.35 |
| HSL | 49.41º | 0.69% | 0.38% | - |
| HSV(B) | 49.41º | 0.82% | 0.65% | - |
| XYZ | 25.63 | 27.55 | 5.19 | - |
| YUV | 136.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 30 | 0 | 0.14 | 0.82 | 0.35 | 49.41 | 0.69 | 0.38 |
| Hex | A6 | 8E | 1E | 0 | E | 52 | 23 | 31 | 45 | 26 |
| Octal | 246 | 216 | 36 | 0 | 16 | 122 | 43 | 61 | 105 | 46 |
| Binary | 10100110 | 10001110 | 11110 | 0 | 1110 | 1010010 | 100011 | 110001 | 1000101 | 100110 |
Color Harmonies of #A68E1E
Complementary color
Monochromatic Colors of #A68E1E
Black with #A68E1E
Text Example
Text Example
White with #A68E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E1E; }
p { color: rgb(166,142,30); }
H1.HeaderClassName
{
color: #A68E1E;
}
.AnyTagClassName
{
color: #A68E1E;
}
</style>
background-color css
<style>
a { background-color: #A68E1E; }
a { background-color: rgb(166,142,30); }
div.DivClassName
{
background-color: #A68E1E;
}
.BgClassName
{
background-color: #A68E1E;
}
</style>
border-color css
<style>
span { border-color: #A68E1E; }
span { border-color: rgb(166,142,30); }
td.TdClassName
{
border-color: #A68E1E;
}
.TagClassName
{
border-color: #A68E1E;
}
</style>