Shades of Lucky #A49D2F
Tints of Lucky #A49D2F
RGB
CMYK
RGB Variations
Color information
#A49D2F (or 0xA49D2F) is known color: Lucky. HEX triplet: A4, 9D and 2F. RGB value is (164,157,47). Sum of RGB (Red+Green+Blue) = 164+157+47=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D2F is #5B62D0. Grayscale: #929292. Windows color (decimal): -5989073 or 3120548. OLE color: 3120548.
HSL color Cylindrical-coordinate representation of color #A49D2F: hue angle of 56.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A49D2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 47 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.36 |
| HSL | 56.41º | 0.55% | 0.41% | - |
| HSV(B) | 56.41º | 0.71% | 0.64% | - |
| XYZ | 27.88 | 32.21 | 7.44 | - |
| YUV | 146.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 47 | 0 | 0.04 | 0.71 | 0.36 | 56.41 | 0.55 | 0.41 |
| Hex | A4 | 9D | 2F | 0 | 4 | 47 | 24 | 38 | 37 | 29 |
| Octal | 244 | 235 | 57 | 0 | 4 | 107 | 44 | 70 | 67 | 51 |
| Binary | 10100100 | 10011101 | 101111 | 0 | 100 | 1000111 | 100100 | 111000 | 110111 | 101001 |
Color Harmonies of #A49D2F
Complementary color
Monochromatic Colors of #A49D2F
Black with #A49D2F
Text Example
Text Example
White with #A49D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D2F; }
p { color: rgb(164,157,47); }
H1.HeaderClassName
{
color: #A49D2F;
}
.AnyTagClassName
{
color: #A49D2F;
}
</style>
background-color css
<style>
a { background-color: #A49D2F; }
a { background-color: rgb(164,157,47); }
div.DivClassName
{
background-color: #A49D2F;
}
.BgClassName
{
background-color: #A49D2F;
}
</style>
border-color css
<style>
span { border-color: #A49D2F; }
span { border-color: rgb(164,157,47); }
td.TdClassName
{
border-color: #A49D2F;
}
.TagClassName
{
border-color: #A49D2F;
}
</style>