Shades of Lucky #A69801
Tints of Lucky #A69801
RGB
CMYK
RGB Variations
Color information
#A69801 (or 0xA69801) is known color: Lucky. HEX triplet: A6, 98 and 01. RGB value is (166,152,1). Sum of RGB (Red+Green+Blue) = 166+152+1=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A69801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69801 is #5967FE. Grayscale: #8B8B8B. Windows color (decimal): -5859327 or 104614. OLE color: 104614.
HSL color Cylindrical-coordinate representation of color #A69801: hue angle of 54.91º 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 #A69801 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.35 |
| HSL | 54.91º | 0.99% | 0.33% | - |
| HSV(B) | 54.91º | 0.99% | 0.65% | - |
| XYZ | 26.96 | 30.57 | 4.51 | - |
| YUV | 138.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 1 | 0 | 0.08 | 0.99 | 0.35 | 54.91 | 0.99 | 0.33 |
| Hex | A6 | 98 | 1 | 0 | 8 | 63 | 23 | 37 | 63 | 21 |
| Octal | 246 | 230 | 1 | 0 | 10 | 143 | 43 | 67 | 143 | 41 |
| Binary | 10100110 | 10011000 | 1 | 0 | 1000 | 1100011 | 100011 | 110111 | 1100011 | 100001 |
Color Harmonies of #A69801
Complementary color
Monochromatic Colors of #A69801
Black with #A69801
Text Example
Text Example
White with #A69801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69801; }
p { color: rgb(166,152,1); }
H1.HeaderClassName
{
color: #A69801;
}
.AnyTagClassName
{
color: #A69801;
}
</style>
background-color css
<style>
a { background-color: #A69801; }
a { background-color: rgb(166,152,1); }
div.DivClassName
{
background-color: #A69801;
}
.BgClassName
{
background-color: #A69801;
}
</style>
border-color css
<style>
span { border-color: #A69801; }
span { border-color: rgb(166,152,1); }
td.TdClassName
{
border-color: #A69801;
}
.TagClassName
{
border-color: #A69801;
}
</style>