Shades of Lucky #A69A00
Tints of Lucky #A69A00
RGB
CMYK
RGB Variations
Color information
#A69A00 (or 0xA69A00) is known color: Lucky. HEX triplet: A6, 9A and 00. RGB value is (166,154,0). Sum of RGB (Red+Green+Blue) = 166+154+0=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69A00 is #5965FF. Grayscale: #8C8C8C. Windows color (decimal): -5858816 or 39590. OLE color: 39590.
HSL color Cylindrical-coordinate representation of color #A69A00: hue angle of 55.66º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A69A00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.35 |
| HSL | 55.66º | 1% | 0.33% | - |
| HSV(B) | 55.66º | 1% | 0.65% | - |
| XYZ | 27.28 | 31.22 | 4.59 | - |
| YUV | 140.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 0 | 0 | 0.07 | 1 | 0.35 | 55.66 | 1 | 0.33 |
| Hex | A6 | 9A | 0 | 0 | 7 | 64 | 23 | 38 | 64 | 21 |
| Octal | 246 | 232 | 0 | 0 | 7 | 144 | 43 | 70 | 144 | 41 |
| Binary | 10100110 | 10011010 | 0 | 0 | 111 | 1100100 | 100011 | 111000 | 1100100 | 100001 |
Color Harmonies of #A69A00
Complementary color
Monochromatic Colors of #A69A00
Black with #A69A00
Text Example
Text Example
White with #A69A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A00; }
p { color: rgb(166,154,0); }
H1.HeaderClassName
{
color: #A69A00;
}
.AnyTagClassName
{
color: #A69A00;
}
</style>
background-color css
<style>
a { background-color: #A69A00; }
a { background-color: rgb(166,154,0); }
div.DivClassName
{
background-color: #A69A00;
}
.BgClassName
{
background-color: #A69A00;
}
</style>
border-color css
<style>
span { border-color: #A69A00; }
span { border-color: rgb(166,154,0); }
td.TdClassName
{
border-color: #A69A00;
}
.TagClassName
{
border-color: #A69A00;
}
</style>