Shades of Lucky #A69509
Tints of Lucky #A69509
RGB
CMYK
RGB Variations
Color information
#A69509 (or 0xA69509) is known color: Lucky. HEX triplet: A6, 95 and 09. RGB value is (166,149,9). Sum of RGB (Red+Green+Blue) = 166+149+9=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A69509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69509 is #596AF6. Grayscale: #8A8A8A. Windows color (decimal): -5860087 or 628134. OLE color: 628134.
HSL color Cylindrical-coordinate representation of color #A69509: hue angle of 53.5º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A69509 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 9 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.35 |
| HSL | 53.5º | 0.9% | 0.34% | - |
| HSV(B) | 53.5º | 0.95% | 0.65% | - |
| XYZ | 26.52 | 29.62 | 4.58 | - |
| YUV | 138.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 9 | 0 | 0.10 | 0.95 | 0.35 | 53.5 | 0.9 | 0.34 |
| Hex | A6 | 95 | 9 | 0 | A | 5F | 23 | 36 | 5A | 22 |
| Octal | 246 | 225 | 11 | 0 | 12 | 137 | 43 | 66 | 132 | 42 |
| Binary | 10100110 | 10010101 | 1001 | 0 | 1010 | 1011111 | 100011 | 110110 | 1011010 | 100010 |
Color Harmonies of #A69509
Complementary color
Monochromatic Colors of #A69509
Black with #A69509
Text Example
Text Example
White with #A69509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69509; }
p { color: rgb(166,149,9); }
H1.HeaderClassName
{
color: #A69509;
}
.AnyTagClassName
{
color: #A69509;
}
</style>
background-color css
<style>
a { background-color: #A69509; }
a { background-color: rgb(166,149,9); }
div.DivClassName
{
background-color: #A69509;
}
.BgClassName
{
background-color: #A69509;
}
</style>
border-color css
<style>
span { border-color: #A69509; }
span { border-color: rgb(166,149,9); }
td.TdClassName
{
border-color: #A69509;
}
.TagClassName
{
border-color: #A69509;
}
</style>