Shades of Lucky #A49C21
Tints of Lucky #A49C21
RGB
CMYK
RGB Variations
Color information
#A49C21 (or 0xA49C21) is known color: Lucky. HEX triplet: A4, 9C and 21. RGB value is (164,156,33). Sum of RGB (Red+Green+Blue) = 164+156+33=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C21 is #5B63DE. Grayscale: #909090. Windows color (decimal): -5989343 or 2202788. OLE color: 2202788.
HSL color Cylindrical-coordinate representation of color #A49C21: hue angle of 56.34º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A49C21 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 33 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.36 |
| HSL | 56.34º | 0.66% | 0.39% | - |
| HSV(B) | 56.34º | 0.8% | 0.64% | - |
| XYZ | 27.47 | 31.78 | 6.12 | - |
| YUV | 144.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 33 | 0 | 0.05 | 0.80 | 0.36 | 56.34 | 0.66 | 0.39 |
| Hex | A4 | 9C | 21 | 0 | 5 | 50 | 24 | 38 | 42 | 27 |
| Octal | 244 | 234 | 41 | 0 | 5 | 120 | 44 | 70 | 102 | 47 |
| Binary | 10100100 | 10011100 | 100001 | 0 | 101 | 1010000 | 100100 | 111000 | 1000010 | 100111 |
Color Harmonies of #A49C21
Complementary color
Monochromatic Colors of #A49C21
Black with #A49C21
Text Example
Text Example
White with #A49C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C21; }
p { color: rgb(164,156,33); }
H1.HeaderClassName
{
color: #A49C21;
}
.AnyTagClassName
{
color: #A49C21;
}
</style>
background-color css
<style>
a { background-color: #A49C21; }
a { background-color: rgb(164,156,33); }
div.DivClassName
{
background-color: #A49C21;
}
.BgClassName
{
background-color: #A49C21;
}
</style>
border-color css
<style>
span { border-color: #A49C21; }
span { border-color: rgb(164,156,33); }
td.TdClassName
{
border-color: #A49C21;
}
.TagClassName
{
border-color: #A49C21;
}
</style>