Shades of Lucky #A68E1B
Tints of Lucky #A68E1B
RGB
CMYK
RGB Variations
Color information
#A68E1B (or 0xA68E1B) is known color: Lucky. HEX triplet: A6, 8E and 1B. RGB value is (166,142,27). Sum of RGB (Red+Green+Blue) = 166+142+27=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E1B is #5971E4. Grayscale: #888888. Windows color (decimal): -5861861 or 1805990. OLE color: 1805990.
HSL color Cylindrical-coordinate representation of color #A68E1B: hue angle of 49.64º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A68E1B is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 142 | 27 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.35 |
| HSL | 49.64º | 0.72% | 0.38% | - |
| HSV(B) | 49.64º | 0.84% | 0.65% | - |
| XYZ | 25.6 | 27.53 | 5 | - |
| YUV | 136.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 27 | 0 | 0.14 | 0.84 | 0.35 | 49.64 | 0.72 | 0.38 |
| Hex | A6 | 8E | 1B | 0 | E | 54 | 23 | 32 | 48 | 26 |
| Octal | 246 | 216 | 33 | 0 | 16 | 124 | 43 | 62 | 110 | 46 |
| Binary | 10100110 | 10001110 | 11011 | 0 | 1110 | 1010100 | 100011 | 110010 | 1001000 | 100110 |
Color Harmonies of #A68E1B
Complementary color
Monochromatic Colors of #A68E1B
Black with #A68E1B
Text Example
Text Example
White with #A68E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68E1B; }
p { color: rgb(166,142,27); }
H1.HeaderClassName
{
color: #A68E1B;
}
.AnyTagClassName
{
color: #A68E1B;
}
</style>
background-color css
<style>
a { background-color: #A68E1B; }
a { background-color: rgb(166,142,27); }
div.DivClassName
{
background-color: #A68E1B;
}
.BgClassName
{
background-color: #A68E1B;
}
</style>
border-color css
<style>
span { border-color: #A68E1B; }
span { border-color: rgb(166,142,27); }
td.TdClassName
{
border-color: #A68E1B;
}
.TagClassName
{
border-color: #A68E1B;
}
</style>