Shades of Lucky #A6980B
Tints of Lucky #A6980B
RGB
CMYK
RGB Variations
Color information
#A6980B (or 0xA6980B) is known color: Lucky. HEX triplet: A6, 98 and 0B. RGB value is (166,152,11). Sum of RGB (Red+Green+Blue) = 166+152+11=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6980B is #5967F4. Grayscale: #8C8C8C. Windows color (decimal): -5859317 or 759974. OLE color: 759974.
HSL color Cylindrical-coordinate representation of color #A6980B: hue angle of 54.58º 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 #A6980B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.35 |
| HSL | 54.58º | 0.88% | 0.35% | - |
| HSV(B) | 54.58º | 0.93% | 0.65% | - |
| XYZ | 27.01 | 30.59 | 4.8 | - |
| YUV | 140.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 11 | 0 | 0.08 | 0.93 | 0.35 | 54.58 | 0.88 | 0.35 |
| Hex | A6 | 98 | B | 0 | 8 | 5D | 23 | 37 | 58 | 23 |
| Octal | 246 | 230 | 13 | 0 | 10 | 135 | 43 | 67 | 130 | 43 |
| Binary | 10100110 | 10011000 | 1011 | 0 | 1000 | 1011101 | 100011 | 110111 | 1011000 | 100011 |
Color Harmonies of #A6980B
Complementary color
Monochromatic Colors of #A6980B
Black with #A6980B
Text Example
Text Example
White with #A6980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6980B; }
p { color: rgb(166,152,11); }
H1.HeaderClassName
{
color: #A6980B;
}
.AnyTagClassName
{
color: #A6980B;
}
</style>
background-color css
<style>
a { background-color: #A6980B; }
a { background-color: rgb(166,152,11); }
div.DivClassName
{
background-color: #A6980B;
}
.BgClassName
{
background-color: #A6980B;
}
</style>
border-color css
<style>
span { border-color: #A6980B; }
span { border-color: rgb(166,152,11); }
td.TdClassName
{
border-color: #A6980B;
}
.TagClassName
{
border-color: #A6980B;
}
</style>