Shades of Lucky #A69C29
Tints of Lucky #A69C29
RGB
CMYK
RGB Variations
Color information
#A69C29 (or 0xA69C29) is known color: Lucky. HEX triplet: A6, 9C and 29. RGB value is (166,156,41). Sum of RGB (Red+Green+Blue) = 166+156+41=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C29 is #5963D6. Grayscale: #929292. Windows color (decimal): -5858263 or 2727078. OLE color: 2727078.
HSL color Cylindrical-coordinate representation of color #A69C29: hue angle of 55.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A69C29 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 41 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.35 |
| HSL | 55.2º | 0.6% | 0.41% | - |
| HSV(B) | 55.2º | 0.75% | 0.65% | - |
| XYZ | 28.01 | 32.04 | 6.81 | - |
| YUV | 145.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 41 | 0 | 0.06 | 0.75 | 0.35 | 55.2 | 0.6 | 0.41 |
| Hex | A6 | 9C | 29 | 0 | 6 | 4B | 23 | 37 | 3C | 29 |
| Octal | 246 | 234 | 51 | 0 | 6 | 113 | 43 | 67 | 74 | 51 |
| Binary | 10100110 | 10011100 | 101001 | 0 | 110 | 1001011 | 100011 | 110111 | 111100 | 101001 |
Color Harmonies of #A69C29
Complementary color
Monochromatic Colors of #A69C29
Black with #A69C29
Text Example
Text Example
White with #A69C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C29; }
p { color: rgb(166,156,41); }
H1.HeaderClassName
{
color: #A69C29;
}
.AnyTagClassName
{
color: #A69C29;
}
</style>
background-color css
<style>
a { background-color: #A69C29; }
a { background-color: rgb(166,156,41); }
div.DivClassName
{
background-color: #A69C29;
}
.BgClassName
{
background-color: #A69C29;
}
</style>
border-color css
<style>
span { border-color: #A69C29; }
span { border-color: rgb(166,156,41); }
td.TdClassName
{
border-color: #A69C29;
}
.TagClassName
{
border-color: #A69C29;
}
</style>