Shades of Lucky #A6A309
Tints of Lucky #A6A309
RGB
CMYK
RGB Variations
Color information
#A6A309 (or 0xA6A309) is known color: Lucky. HEX triplet: A6, A3 and 09. RGB value is (166,163,9). Sum of RGB (Red+Green+Blue) = 166+163+9=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A309 is #595CF6. Grayscale: #929292. Windows color (decimal): -5856503 or 631718. OLE color: 631718.
HSL color Cylindrical-coordinate representation of color #A6A309: hue angle of 58.85º 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 #A6A309 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.35 |
| HSL | 58.85º | 0.9% | 0.34% | - |
| HSV(B) | 58.85º | 0.95% | 0.65% | - |
| XYZ | 28.87 | 34.32 | 5.36 | - |
| YUV | 146.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 9 | 0 | 0.02 | 0.95 | 0.35 | 58.85 | 0.9 | 0.34 |
| Hex | A6 | A3 | 9 | 0 | 2 | 5F | 23 | 3B | 5A | 22 |
| Octal | 246 | 243 | 11 | 0 | 2 | 137 | 43 | 73 | 132 | 42 |
| Binary | 10100110 | 10100011 | 1001 | 0 | 10 | 1011111 | 100011 | 111011 | 1011010 | 100010 |
Color Harmonies of #A6A309
Complementary color
Monochromatic Colors of #A6A309
Black with #A6A309
Text Example
Text Example
White with #A6A309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A309; }
p { color: rgb(166,163,9); }
H1.HeaderClassName
{
color: #A6A309;
}
.AnyTagClassName
{
color: #A6A309;
}
</style>
background-color css
<style>
a { background-color: #A6A309; }
a { background-color: rgb(166,163,9); }
div.DivClassName
{
background-color: #A6A309;
}
.BgClassName
{
background-color: #A6A309;
}
</style>
border-color css
<style>
span { border-color: #A6A309; }
span { border-color: rgb(166,163,9); }
td.TdClassName
{
border-color: #A6A309;
}
.TagClassName
{
border-color: #A6A309;
}
</style>