Shades of Lucky #A68F1E
Tints of Lucky #A68F1E
RGB
CMYK
RGB Variations
Color information
#A68F1E (or 0xA68F1E) is known color: Lucky. HEX triplet: A6, 8F and 1E. RGB value is (166,143,30). Sum of RGB (Red+Green+Blue) = 166+143+30=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F1E is #5970E1. Grayscale: #898989. Windows color (decimal): -5861602 or 2002854. OLE color: 2002854.
HSL color Cylindrical-coordinate representation of color #A68F1E: hue angle of 49.85º 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 #A68F1E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 30 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.35 |
| HSL | 49.85º | 0.69% | 0.38% | - |
| HSV(B) | 49.85º | 0.82% | 0.65% | - |
| XYZ | 25.78 | 27.85 | 5.24 | - |
| YUV | 137 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 30 | 0 | 0.14 | 0.82 | 0.35 | 49.85 | 0.69 | 0.38 |
| Hex | A6 | 8F | 1E | 0 | E | 52 | 23 | 32 | 45 | 26 |
| Octal | 246 | 217 | 36 | 0 | 16 | 122 | 43 | 62 | 105 | 46 |
| Binary | 10100110 | 10001111 | 11110 | 0 | 1110 | 1010010 | 100011 | 110010 | 1000101 | 100110 |
Color Harmonies of #A68F1E
Complementary color
Monochromatic Colors of #A68F1E
Black with #A68F1E
Text Example
Text Example
White with #A68F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F1E; }
p { color: rgb(166,143,30); }
H1.HeaderClassName
{
color: #A68F1E;
}
.AnyTagClassName
{
color: #A68F1E;
}
</style>
background-color css
<style>
a { background-color: #A68F1E; }
a { background-color: rgb(166,143,30); }
div.DivClassName
{
background-color: #A68F1E;
}
.BgClassName
{
background-color: #A68F1E;
}
</style>
border-color css
<style>
span { border-color: #A68F1E; }
span { border-color: rgb(166,143,30); }
td.TdClassName
{
border-color: #A68F1E;
}
.TagClassName
{
border-color: #A68F1E;
}
</style>