Shades of Lucky #A69A2E
Tints of Lucky #A69A2E
RGB
CMYK
RGB Variations
Color information
#A69A2E (or 0xA69A2E) is known color: Lucky. HEX triplet: A6, 9A and 2E. RGB value is (166,154,46). Sum of RGB (Red+Green+Blue) = 166+154+46=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A2E is #5965D1. Grayscale: #919191. Windows color (decimal): -5858770 or 3054246. OLE color: 3054246.
HSL color Cylindrical-coordinate representation of color #A69A2E: hue angle of 54º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A69A2E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 46 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.35 |
| HSL | 54º | 0.57% | 0.42% | - |
| HSV(B) | 54º | 0.72% | 0.65% | - |
| XYZ | 27.77 | 31.42 | 7.18 | - |
| YUV | 145.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 46 | 0 | 0.07 | 0.72 | 0.35 | 54 | 0.57 | 0.42 |
| Hex | A6 | 9A | 2E | 0 | 7 | 48 | 23 | 36 | 39 | 2A |
| Octal | 246 | 232 | 56 | 0 | 7 | 110 | 43 | 66 | 71 | 52 |
| Binary | 10100110 | 10011010 | 101110 | 0 | 111 | 1001000 | 100011 | 110110 | 111001 | 101010 |
Color Harmonies of #A69A2E
Complementary color
Monochromatic Colors of #A69A2E
Black with #A69A2E
Text Example
Text Example
White with #A69A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A2E; }
p { color: rgb(166,154,46); }
H1.HeaderClassName
{
color: #A69A2E;
}
.AnyTagClassName
{
color: #A69A2E;
}
</style>
background-color css
<style>
a { background-color: #A69A2E; }
a { background-color: rgb(166,154,46); }
div.DivClassName
{
background-color: #A69A2E;
}
.BgClassName
{
background-color: #A69A2E;
}
</style>
border-color css
<style>
span { border-color: #A69A2E; }
span { border-color: rgb(166,154,46); }
td.TdClassName
{
border-color: #A69A2E;
}
.TagClassName
{
border-color: #A69A2E;
}
</style>