Shades of Lucky #A69A0D
Tints of Lucky #A69A0D
RGB
CMYK
RGB Variations
Color information
#A69A0D (or 0xA69A0D) is known color: Lucky. HEX triplet: A6, 9A and 0D. RGB value is (166,154,13). Sum of RGB (Red+Green+Blue) = 166+154+13=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69A0D is #5965F2. Grayscale: #8E8E8E. Windows color (decimal): -5858803 or 891558. OLE color: 891558.
HSL color Cylindrical-coordinate representation of color #A69A0D: hue angle of 55.29º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A69A0D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 13 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.35 |
| HSL | 55.29º | 0.85% | 0.35% | - |
| HSV(B) | 55.29º | 0.92% | 0.65% | - |
| XYZ | 27.35 | 31.25 | 4.97 | - |
| YUV | 141.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 13 | 0 | 0.07 | 0.92 | 0.35 | 55.29 | 0.85 | 0.35 |
| Hex | A6 | 9A | D | 0 | 7 | 5C | 23 | 37 | 55 | 23 |
| Octal | 246 | 232 | 15 | 0 | 7 | 134 | 43 | 67 | 125 | 43 |
| Binary | 10100110 | 10011010 | 1101 | 0 | 111 | 1011100 | 100011 | 110111 | 1010101 | 100011 |
Color Harmonies of #A69A0D
Complementary color
Monochromatic Colors of #A69A0D
Black with #A69A0D
Text Example
Text Example
White with #A69A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A0D; }
p { color: rgb(166,154,13); }
H1.HeaderClassName
{
color: #A69A0D;
}
.AnyTagClassName
{
color: #A69A0D;
}
</style>
background-color css
<style>
a { background-color: #A69A0D; }
a { background-color: rgb(166,154,13); }
div.DivClassName
{
background-color: #A69A0D;
}
.BgClassName
{
background-color: #A69A0D;
}
</style>
border-color css
<style>
span { border-color: #A69A0D; }
span { border-color: rgb(166,154,13); }
td.TdClassName
{
border-color: #A69A0D;
}
.TagClassName
{
border-color: #A69A0D;
}
</style>