Shades of Lucky #A6A12D
Tints of Lucky #A6A12D
RGB
CMYK
RGB Variations
Color information
#A6A12D (or 0xA6A12D) is known color: Lucky. HEX triplet: A6, A1 and 2D. RGB value is (166,161,45). Sum of RGB (Red+Green+Blue) = 166+161+45=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A12D is #595ED2. Grayscale: #959595. Windows color (decimal): -5856979 or 2990502. OLE color: 2990502.
HSL color Cylindrical-coordinate representation of color #A6A12D: hue angle of 57.52º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6A12D is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 45 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.35 |
| HSL | 57.52º | 0.57% | 0.41% | - |
| HSV(B) | 57.52º | 0.73% | 0.65% | - |
| XYZ | 28.94 | 33.79 | 7.48 | - |
| YUV | 149.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 45 | 0 | 0.03 | 0.73 | 0.35 | 57.52 | 0.57 | 0.41 |
| Hex | A6 | A1 | 2D | 0 | 3 | 49 | 23 | 3A | 39 | 29 |
| Octal | 246 | 241 | 55 | 0 | 3 | 111 | 43 | 72 | 71 | 51 |
| Binary | 10100110 | 10100001 | 101101 | 0 | 11 | 1001001 | 100011 | 111010 | 111001 | 101001 |
Color Harmonies of #A6A12D
Complementary color
Monochromatic Colors of #A6A12D
Black with #A6A12D
Text Example
Text Example
White with #A6A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A12D; }
p { color: rgb(166,161,45); }
H1.HeaderClassName
{
color: #A6A12D;
}
.AnyTagClassName
{
color: #A6A12D;
}
</style>
background-color css
<style>
a { background-color: #A6A12D; }
a { background-color: rgb(166,161,45); }
div.DivClassName
{
background-color: #A6A12D;
}
.BgClassName
{
background-color: #A6A12D;
}
</style>
border-color css
<style>
span { border-color: #A6A12D; }
span { border-color: rgb(166,161,45); }
td.TdClassName
{
border-color: #A6A12D;
}
.TagClassName
{
border-color: #A6A12D;
}
</style>