Shades of Lucky #A49A2F
Tints of Lucky #A49A2F
RGB
CMYK
RGB Variations
Color information
#A49A2F (or 0xA49A2F) is known color: Lucky. HEX triplet: A4, 9A and 2F. RGB value is (164,154,47). Sum of RGB (Red+Green+Blue) = 164+154+47=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A2F is #5B65D0. Grayscale: #919191. Windows color (decimal): -5989841 or 3119780. OLE color: 3119780.
HSL color Cylindrical-coordinate representation of color #A49A2F: hue angle of 54.87º 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 #A49A2F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 47 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.36 |
| HSL | 54.87º | 0.55% | 0.41% | - |
| HSV(B) | 54.87º | 0.71% | 0.64% | - |
| XYZ | 27.38 | 31.21 | 7.27 | - |
| YUV | 144.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 47 | 0 | 0.06 | 0.71 | 0.36 | 54.87 | 0.55 | 0.41 |
| Hex | A4 | 9A | 2F | 0 | 6 | 47 | 24 | 37 | 37 | 29 |
| Octal | 244 | 232 | 57 | 0 | 6 | 107 | 44 | 67 | 67 | 51 |
| Binary | 10100100 | 10011010 | 101111 | 0 | 110 | 1000111 | 100100 | 110111 | 110111 | 101001 |
Color Harmonies of #A49A2F
Complementary color
Monochromatic Colors of #A49A2F
Black with #A49A2F
Text Example
Text Example
White with #A49A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A2F; }
p { color: rgb(164,154,47); }
H1.HeaderClassName
{
color: #A49A2F;
}
.AnyTagClassName
{
color: #A49A2F;
}
</style>
background-color css
<style>
a { background-color: #A49A2F; }
a { background-color: rgb(164,154,47); }
div.DivClassName
{
background-color: #A49A2F;
}
.BgClassName
{
background-color: #A49A2F;
}
</style>
border-color css
<style>
span { border-color: #A49A2F; }
span { border-color: rgb(164,154,47); }
td.TdClassName
{
border-color: #A49A2F;
}
.TagClassName
{
border-color: #A49A2F;
}
</style>