Shades of Lucky #A6940B
Tints of Lucky #A6940B
RGB
CMYK
RGB Variations
Color information
#A6940B (or 0xA6940B) is known color: Lucky. HEX triplet: A6, 94 and 0B. RGB value is (166,148,11). Sum of RGB (Red+Green+Blue) = 166+148+11=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6940B is #596BF4. Grayscale: #8A8A8A. Windows color (decimal): -5860341 or 758950. OLE color: 758950.
HSL color Cylindrical-coordinate representation of color #A6940B: hue angle of 53.03º 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 #A6940B is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 148 | 11 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.35 |
| HSL | 53.03º | 0.88% | 0.35% | - |
| HSV(B) | 53.03º | 0.93% | 0.65% | - |
| XYZ | 26.38 | 29.31 | 4.58 | - |
| YUV | 137.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 148 | 11 | 0 | 0.11 | 0.93 | 0.35 | 53.03 | 0.88 | 0.35 |
| Hex | A6 | 94 | B | 0 | B | 5D | 23 | 35 | 58 | 23 |
| Octal | 246 | 224 | 13 | 0 | 13 | 135 | 43 | 65 | 130 | 43 |
| Binary | 10100110 | 10010100 | 1011 | 0 | 1011 | 1011101 | 100011 | 110101 | 1011000 | 100011 |
Color Harmonies of #A6940B
Complementary color
Monochromatic Colors of #A6940B
Black with #A6940B
Text Example
Text Example
White with #A6940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6940B; }
p { color: rgb(166,148,11); }
H1.HeaderClassName
{
color: #A6940B;
}
.AnyTagClassName
{
color: #A6940B;
}
</style>
background-color css
<style>
a { background-color: #A6940B; }
a { background-color: rgb(166,148,11); }
div.DivClassName
{
background-color: #A6940B;
}
.BgClassName
{
background-color: #A6940B;
}
</style>
border-color css
<style>
span { border-color: #A6940B; }
span { border-color: rgb(166,148,11); }
td.TdClassName
{
border-color: #A6940B;
}
.TagClassName
{
border-color: #A6940B;
}
</style>