Shades of Lucky #A69C0B
Tints of Lucky #A69C0B
RGB
CMYK
RGB Variations
Color information
#A69C0B (or 0xA69C0B) is known color: Lucky. HEX triplet: A6, 9C and 0B. RGB value is (166,156,11). Sum of RGB (Red+Green+Blue) = 166+156+11=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C0B is #5963F4. Grayscale: #8F8F8F. Windows color (decimal): -5858293 or 760998. OLE color: 760998.
HSL color Cylindrical-coordinate representation of color #A69C0B: hue angle of 56.13º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A69C0B is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 11 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.35 |
| HSL | 56.13º | 0.88% | 0.35% | - |
| HSV(B) | 56.13º | 0.93% | 0.65% | - |
| XYZ | 27.67 | 31.91 | 5.02 | - |
| YUV | 142.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 11 | 0 | 0.06 | 0.93 | 0.35 | 56.13 | 0.88 | 0.35 |
| Hex | A6 | 9C | B | 0 | 6 | 5D | 23 | 38 | 58 | 23 |
| Octal | 246 | 234 | 13 | 0 | 6 | 135 | 43 | 70 | 130 | 43 |
| Binary | 10100110 | 10011100 | 1011 | 0 | 110 | 1011101 | 100011 | 111000 | 1011000 | 100011 |
Color Harmonies of #A69C0B
Complementary color
Monochromatic Colors of #A69C0B
Black with #A69C0B
Text Example
Text Example
White with #A69C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C0B; }
p { color: rgb(166,156,11); }
H1.HeaderClassName
{
color: #A69C0B;
}
.AnyTagClassName
{
color: #A69C0B;
}
</style>
background-color css
<style>
a { background-color: #A69C0B; }
a { background-color: rgb(166,156,11); }
div.DivClassName
{
background-color: #A69C0B;
}
.BgClassName
{
background-color: #A69C0B;
}
</style>
border-color css
<style>
span { border-color: #A69C0B; }
span { border-color: rgb(166,156,11); }
td.TdClassName
{
border-color: #A69C0B;
}
.TagClassName
{
border-color: #A69C0B;
}
</style>