Shades of Lucky #A6A521
Tints of Lucky #A6A521
RGB
CMYK
RGB Variations
Color information
#A6A521 (or 0xA6A521) is known color: Lucky. HEX triplet: A6, A5 and 21. RGB value is (166,165,33). Sum of RGB (Red+Green+Blue) = 166+165+33=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A521 is #595ADE. Grayscale: #969696. Windows color (decimal): -5855967 or 2205094. OLE color: 2205094.
HSL color Cylindrical-coordinate representation of color #A6A521: hue angle of 59.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6A521 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 33 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.35 |
| HSL | 59.55º | 0.67% | 0.39% | - |
| HSV(B) | 59.55º | 0.8% | 0.65% | - |
| XYZ | 29.46 | 35.13 | 6.67 | - |
| YUV | 150.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 33 | 0 | 0.01 | 0.80 | 0.35 | 59.55 | 0.67 | 0.39 |
| Hex | A6 | A5 | 21 | 0 | 1 | 50 | 23 | 3C | 43 | 27 |
| Octal | 246 | 245 | 41 | 0 | 1 | 120 | 43 | 74 | 103 | 47 |
| Binary | 10100110 | 10100101 | 100001 | 0 | 1 | 1010000 | 100011 | 111100 | 1000011 | 100111 |
Color Harmonies of #A6A521
Complementary color
Monochromatic Colors of #A6A521
Black with #A6A521
Text Example
Text Example
White with #A6A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A521; }
p { color: rgb(166,165,33); }
H1.HeaderClassName
{
color: #A6A521;
}
.AnyTagClassName
{
color: #A6A521;
}
</style>
background-color css
<style>
a { background-color: #A6A521; }
a { background-color: rgb(166,165,33); }
div.DivClassName
{
background-color: #A6A521;
}
.BgClassName
{
background-color: #A6A521;
}
</style>
border-color css
<style>
span { border-color: #A6A521; }
span { border-color: rgb(166,165,33); }
td.TdClassName
{
border-color: #A6A521;
}
.TagClassName
{
border-color: #A6A521;
}
</style>