Shades of Lucky #A69301
Tints of Lucky #A69301
RGB
CMYK
RGB Variations
Color information
#A69301 (or 0xA69301) is known color: Lucky. HEX triplet: A6, 93 and 01. RGB value is (166,147,1). Sum of RGB (Red+Green+Blue) = 166+147+1=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A69301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69301 is #596CFE. Grayscale: #888888. Windows color (decimal): -5860607 or 103334. OLE color: 103334.
HSL color Cylindrical-coordinate representation of color #A69301: hue angle of 53.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A69301 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.35 |
| HSL | 53.09º | 0.99% | 0.33% | - |
| HSV(B) | 53.09º | 0.99% | 0.65% | - |
| XYZ | 26.17 | 28.98 | 4.24 | - |
| YUV | 136.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 1 | 0 | 0.11 | 0.99 | 0.35 | 53.09 | 0.99 | 0.33 |
| Hex | A6 | 93 | 1 | 0 | B | 63 | 23 | 35 | 63 | 21 |
| Octal | 246 | 223 | 1 | 0 | 13 | 143 | 43 | 65 | 143 | 41 |
| Binary | 10100110 | 10010011 | 1 | 0 | 1011 | 1100011 | 100011 | 110101 | 1100011 | 100001 |
Color Harmonies of #A69301
Complementary color
Monochromatic Colors of #A69301
Black with #A69301
Text Example
Text Example
White with #A69301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69301; }
p { color: rgb(166,147,1); }
H1.HeaderClassName
{
color: #A69301;
}
.AnyTagClassName
{
color: #A69301;
}
</style>
background-color css
<style>
a { background-color: #A69301; }
a { background-color: rgb(166,147,1); }
div.DivClassName
{
background-color: #A69301;
}
.BgClassName
{
background-color: #A69301;
}
</style>
border-color css
<style>
span { border-color: #A69301; }
span { border-color: rgb(166,147,1); }
td.TdClassName
{
border-color: #A69301;
}
.TagClassName
{
border-color: #A69301;
}
</style>