Shades of Lucky #A69C05
Tints of Lucky #A69C05
RGB
CMYK
RGB Variations
Color information
#A69C05 (or 0xA69C05) is known color: Lucky. HEX triplet: A6, 9C and 05. RGB value is (166,156,5). Sum of RGB (Red+Green+Blue) = 166+156+5=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C05 is #5963FA. Grayscale: #8E8E8E. Windows color (decimal): -5858299 or 367782. OLE color: 367782.
HSL color Cylindrical-coordinate representation of color #A69C05: hue angle of 56.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A69C05 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.35 |
| HSL | 56.27º | 0.94% | 0.34% | - |
| HSV(B) | 56.27º | 0.97% | 0.65% | - |
| XYZ | 27.64 | 31.89 | 4.84 | - |
| YUV | 141.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 5 | 0 | 0.06 | 0.97 | 0.35 | 56.27 | 0.94 | 0.34 |
| Hex | A6 | 9C | 5 | 0 | 6 | 61 | 23 | 38 | 5E | 22 |
| Octal | 246 | 234 | 5 | 0 | 6 | 141 | 43 | 70 | 136 | 42 |
| Binary | 10100110 | 10011100 | 101 | 0 | 110 | 1100001 | 100011 | 111000 | 1011110 | 100010 |
Color Harmonies of #A69C05
Complementary color
Monochromatic Colors of #A69C05
Black with #A69C05
Text Example
Text Example
White with #A69C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C05; }
p { color: rgb(166,156,5); }
H1.HeaderClassName
{
color: #A69C05;
}
.AnyTagClassName
{
color: #A69C05;
}
</style>
background-color css
<style>
a { background-color: #A69C05; }
a { background-color: rgb(166,156,5); }
div.DivClassName
{
background-color: #A69C05;
}
.BgClassName
{
background-color: #A69C05;
}
</style>
border-color css
<style>
span { border-color: #A69C05; }
span { border-color: rgb(166,156,5); }
td.TdClassName
{
border-color: #A69C05;
}
.TagClassName
{
border-color: #A69C05;
}
</style>