Shades of Lucky #A69C01
Tints of Lucky #A69C01
RGB
CMYK
RGB Variations
Color information
#A69C01 (or 0xA69C01) is known color: Lucky. HEX triplet: A6, 9C and 01. RGB value is (166,156,1). Sum of RGB (Red+Green+Blue) = 166+156+1=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C01 is #5963FE. Grayscale: #8D8D8D. Windows color (decimal): -5858303 or 105638. OLE color: 105638.
HSL color Cylindrical-coordinate representation of color #A69C01: hue angle of 56.36º 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 #A69C01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.35 |
| HSL | 56.36º | 0.99% | 0.33% | - |
| HSV(B) | 56.36º | 0.99% | 0.65% | - |
| XYZ | 27.62 | 31.89 | 4.73 | - |
| YUV | 141.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 1 | 0 | 0.06 | 0.99 | 0.35 | 56.36 | 0.99 | 0.33 |
| Hex | A6 | 9C | 1 | 0 | 6 | 63 | 23 | 38 | 63 | 21 |
| Octal | 246 | 234 | 1 | 0 | 6 | 143 | 43 | 70 | 143 | 41 |
| Binary | 10100110 | 10011100 | 1 | 0 | 110 | 1100011 | 100011 | 111000 | 1100011 | 100001 |
Color Harmonies of #A69C01
Complementary color
Monochromatic Colors of #A69C01
Black with #A69C01
Text Example
Text Example
White with #A69C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C01; }
p { color: rgb(166,156,1); }
H1.HeaderClassName
{
color: #A69C01;
}
.AnyTagClassName
{
color: #A69C01;
}
</style>
background-color css
<style>
a { background-color: #A69C01; }
a { background-color: rgb(166,156,1); }
div.DivClassName
{
background-color: #A69C01;
}
.BgClassName
{
background-color: #A69C01;
}
</style>
border-color css
<style>
span { border-color: #A69C01; }
span { border-color: rgb(166,156,1); }
td.TdClassName
{
border-color: #A69C01;
}
.TagClassName
{
border-color: #A69C01;
}
</style>