Shades of Lucky #A49C2D
Tints of Lucky #A49C2D
RGB
CMYK
RGB Variations
Color information
#A49C2D (or 0xA49C2D) is known color: Lucky. HEX triplet: A4, 9C and 2D. RGB value is (164,156,45). Sum of RGB (Red+Green+Blue) = 164+156+45=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C2D is #5B63D2. Grayscale: #929292. Windows color (decimal): -5989331 or 2989220. OLE color: 2989220.
HSL color Cylindrical-coordinate representation of color #A49C2D: hue angle of 55.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A49C2D is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 45 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.36 |
| HSL | 55.97º | 0.57% | 0.41% | - |
| HSV(B) | 55.97º | 0.73% | 0.64% | - |
| XYZ | 27.67 | 31.86 | 7.17 | - |
| YUV | 145.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 45 | 0 | 0.05 | 0.73 | 0.36 | 55.97 | 0.57 | 0.41 |
| Hex | A4 | 9C | 2D | 0 | 5 | 49 | 24 | 38 | 39 | 29 |
| Octal | 244 | 234 | 55 | 0 | 5 | 111 | 44 | 70 | 71 | 51 |
| Binary | 10100100 | 10011100 | 101101 | 0 | 101 | 1001001 | 100100 | 111000 | 111001 | 101001 |
Color Harmonies of #A49C2D
Complementary color
Monochromatic Colors of #A49C2D
Black with #A49C2D
Text Example
Text Example
White with #A49C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C2D; }
p { color: rgb(164,156,45); }
H1.HeaderClassName
{
color: #A49C2D;
}
.AnyTagClassName
{
color: #A49C2D;
}
</style>
background-color css
<style>
a { background-color: #A49C2D; }
a { background-color: rgb(164,156,45); }
div.DivClassName
{
background-color: #A49C2D;
}
.BgClassName
{
background-color: #A49C2D;
}
</style>
border-color css
<style>
span { border-color: #A49C2D; }
span { border-color: rgb(164,156,45); }
td.TdClassName
{
border-color: #A49C2D;
}
.TagClassName
{
border-color: #A49C2D;
}
</style>