Shades of Lucky #A6A02D
Tints of Lucky #A6A02D
RGB
CMYK
RGB Variations
Color information
#A6A02D (or 0xA6A02D) is known color: Lucky. HEX triplet: A6, A0 and 2D. RGB value is (166,160,45). Sum of RGB (Red+Green+Blue) = 166+160+45=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A02D is #595FD2. Grayscale: #959595. Windows color (decimal): -5857235 or 2990246. OLE color: 2990246.
HSL color Cylindrical-coordinate representation of color #A6A02D: hue angle of 57.02º 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 #A6A02D is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 45 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.35 |
| HSL | 57.02º | 0.57% | 0.41% | - |
| HSV(B) | 57.02º | 0.73% | 0.65% | - |
| XYZ | 28.77 | 33.44 | 7.42 | - |
| YUV | 148.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 45 | 0 | 0.04 | 0.73 | 0.35 | 57.02 | 0.57 | 0.41 |
| Hex | A6 | A0 | 2D | 0 | 4 | 49 | 23 | 39 | 39 | 29 |
| Octal | 246 | 240 | 55 | 0 | 4 | 111 | 43 | 71 | 71 | 51 |
| Binary | 10100110 | 10100000 | 101101 | 0 | 100 | 1001001 | 100011 | 111001 | 111001 | 101001 |
Color Harmonies of #A6A02D
Complementary color
Monochromatic Colors of #A6A02D
Black with #A6A02D
Text Example
Text Example
White with #A6A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A02D; }
p { color: rgb(166,160,45); }
H1.HeaderClassName
{
color: #A6A02D;
}
.AnyTagClassName
{
color: #A6A02D;
}
</style>
background-color css
<style>
a { background-color: #A6A02D; }
a { background-color: rgb(166,160,45); }
div.DivClassName
{
background-color: #A6A02D;
}
.BgClassName
{
background-color: #A6A02D;
}
</style>
border-color css
<style>
span { border-color: #A6A02D; }
span { border-color: rgb(166,160,45); }
td.TdClassName
{
border-color: #A6A02D;
}
.TagClassName
{
border-color: #A6A02D;
}
</style>