Shades of Lucky #A6990B
Tints of Lucky #A6990B
RGB
CMYK
RGB Variations
Color information
#A6990B (or 0xA6990B) is known color: Lucky. HEX triplet: A6, 99 and 0B. RGB value is (166,153,11). Sum of RGB (Red+Green+Blue) = 166+153+11=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A6990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6990B is #5966F4. Grayscale: #8D8D8D. Windows color (decimal): -5859061 or 760230. OLE color: 760230.
HSL color Cylindrical-coordinate representation of color #A6990B: hue angle of 54.97º 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 #A6990B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.35 |
| HSL | 54.97º | 0.88% | 0.35% | - |
| HSV(B) | 54.97º | 0.93% | 0.65% | - |
| XYZ | 27.18 | 30.91 | 4.85 | - |
| YUV | 140.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 11 | 0 | 0.08 | 0.93 | 0.35 | 54.97 | 0.88 | 0.35 |
| Hex | A6 | 99 | B | 0 | 8 | 5D | 23 | 37 | 58 | 23 |
| Octal | 246 | 231 | 13 | 0 | 10 | 135 | 43 | 67 | 130 | 43 |
| Binary | 10100110 | 10011001 | 1011 | 0 | 1000 | 1011101 | 100011 | 110111 | 1011000 | 100011 |
Color Harmonies of #A6990B
Complementary color
Monochromatic Colors of #A6990B
Black with #A6990B
Text Example
Text Example
White with #A6990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6990B; }
p { color: rgb(166,153,11); }
H1.HeaderClassName
{
color: #A6990B;
}
.AnyTagClassName
{
color: #A6990B;
}
</style>
background-color css
<style>
a { background-color: #A6990B; }
a { background-color: rgb(166,153,11); }
div.DivClassName
{
background-color: #A6990B;
}
.BgClassName
{
background-color: #A6990B;
}
</style>
border-color css
<style>
span { border-color: #A6990B; }
span { border-color: rgb(166,153,11); }
td.TdClassName
{
border-color: #A6990B;
}
.TagClassName
{
border-color: #A6990B;
}
</style>