Shades of Lucky #A69705
Tints of Lucky #A69705
RGB
CMYK
RGB Variations
Color information
#A69705 (or 0xA69705) is known color: Lucky. HEX triplet: A6, 97 and 05. RGB value is (166,151,5). Sum of RGB (Red+Green+Blue) = 166+151+5=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A69705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69705 is #5968FA. Grayscale: #8B8B8B. Windows color (decimal): -5859579 or 366502. OLE color: 366502.
HSL color Cylindrical-coordinate representation of color #A69705: hue angle of 54.41º 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 #A69705 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.35 |
| HSL | 54.41º | 0.94% | 0.34% | - |
| HSV(B) | 54.41º | 0.97% | 0.65% | - |
| XYZ | 26.82 | 30.25 | 4.57 | - |
| YUV | 138.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 5 | 0 | 0.09 | 0.97 | 0.35 | 54.41 | 0.94 | 0.34 |
| Hex | A6 | 97 | 5 | 0 | 9 | 61 | 23 | 36 | 5E | 22 |
| Octal | 246 | 227 | 5 | 0 | 11 | 141 | 43 | 66 | 136 | 42 |
| Binary | 10100110 | 10010111 | 101 | 0 | 1001 | 1100001 | 100011 | 110110 | 1011110 | 100010 |
Color Harmonies of #A69705
Complementary color
Monochromatic Colors of #A69705
Black with #A69705
Text Example
Text Example
White with #A69705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69705; }
p { color: rgb(166,151,5); }
H1.HeaderClassName
{
color: #A69705;
}
.AnyTagClassName
{
color: #A69705;
}
</style>
background-color css
<style>
a { background-color: #A69705; }
a { background-color: rgb(166,151,5); }
div.DivClassName
{
background-color: #A69705;
}
.BgClassName
{
background-color: #A69705;
}
</style>
border-color css
<style>
span { border-color: #A69705; }
span { border-color: rgb(166,151,5); }
td.TdClassName
{
border-color: #A69705;
}
.TagClassName
{
border-color: #A69705;
}
</style>