Shades of Lucky #A6921D
Tints of Lucky #A6921D
RGB
CMYK
RGB Variations
Color information
#A6921D (or 0xA6921D) is known color: Lucky. HEX triplet: A6, 92 and 1D. RGB value is (166,146,29). Sum of RGB (Red+Green+Blue) = 166+146+29=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6921D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6921D is #596DE2. Grayscale: #8B8B8B. Windows color (decimal): -5860835 or 1938086. OLE color: 1938086.
HSL color Cylindrical-coordinate representation of color #A6921D: hue angle of 51.24º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6921D is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 29 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.35 |
| HSL | 51.24º | 0.7% | 0.38% | - |
| HSV(B) | 51.24º | 0.83% | 0.65% | - |
| XYZ | 26.23 | 28.75 | 5.33 | - |
| YUV | 138.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 29 | 0 | 0.12 | 0.83 | 0.35 | 51.24 | 0.7 | 0.38 |
| Hex | A6 | 92 | 1D | 0 | C | 53 | 23 | 33 | 46 | 26 |
| Octal | 246 | 222 | 35 | 0 | 14 | 123 | 43 | 63 | 106 | 46 |
| Binary | 10100110 | 10010010 | 11101 | 0 | 1100 | 1010011 | 100011 | 110011 | 1000110 | 100110 |
Color Harmonies of #A6921D
Complementary color
Monochromatic Colors of #A6921D
Black with #A6921D
Text Example
Text Example
White with #A6921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6921D; }
p { color: rgb(166,146,29); }
H1.HeaderClassName
{
color: #A6921D;
}
.AnyTagClassName
{
color: #A6921D;
}
</style>
background-color css
<style>
a { background-color: #A6921D; }
a { background-color: rgb(166,146,29); }
div.DivClassName
{
background-color: #A6921D;
}
.BgClassName
{
background-color: #A6921D;
}
</style>
border-color css
<style>
span { border-color: #A6921D; }
span { border-color: rgb(166,146,29); }
td.TdClassName
{
border-color: #A6921D;
}
.TagClassName
{
border-color: #A6921D;
}
</style>