Shades of Lucky #A6901B
Tints of Lucky #A6901B
RGB
CMYK
RGB Variations
Color information
#A6901B (or 0xA6901B) is known color: Lucky. HEX triplet: A6, 90 and 1B. RGB value is (166,144,27). Sum of RGB (Red+Green+Blue) = 166+144+27=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A6901B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6901B is #596FE4. Grayscale: #898989. Windows color (decimal): -5861349 or 1806502. OLE color: 1806502.
HSL color Cylindrical-coordinate representation of color #A6901B: hue angle of 50.5º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6901B is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 27 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.35 |
| HSL | 50.5º | 0.72% | 0.38% | - |
| HSV(B) | 50.5º | 0.84% | 0.65% | - |
| XYZ | 25.9 | 28.13 | 5.1 | - |
| YUV | 137.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 27 | 0 | 0.13 | 0.84 | 0.35 | 50.5 | 0.72 | 0.38 |
| Hex | A6 | 90 | 1B | 0 | D | 54 | 23 | 33 | 48 | 26 |
| Octal | 246 | 220 | 33 | 0 | 15 | 124 | 43 | 63 | 110 | 46 |
| Binary | 10100110 | 10010000 | 11011 | 0 | 1101 | 1010100 | 100011 | 110011 | 1001000 | 100110 |
Color Harmonies of #A6901B
Complementary color
Monochromatic Colors of #A6901B
Black with #A6901B
Text Example
Text Example
White with #A6901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6901B; }
p { color: rgb(166,144,27); }
H1.HeaderClassName
{
color: #A6901B;
}
.AnyTagClassName
{
color: #A6901B;
}
</style>
background-color css
<style>
a { background-color: #A6901B; }
a { background-color: rgb(166,144,27); }
div.DivClassName
{
background-color: #A6901B;
}
.BgClassName
{
background-color: #A6901B;
}
</style>
border-color css
<style>
span { border-color: #A6901B; }
span { border-color: rgb(166,144,27); }
td.TdClassName
{
border-color: #A6901B;
}
.TagClassName
{
border-color: #A6901B;
}
</style>