Shades of Lucky #A49A1F
Tints of Lucky #A49A1F
RGB
CMYK
RGB Variations
Color information
#A49A1F (or 0xA49A1F) is known color: Lucky. HEX triplet: A4, 9A and 1F. RGB value is (164,154,31). Sum of RGB (Red+Green+Blue) = 164+154+31=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A1F is #5B65E0. Grayscale: #8F8F8F. Windows color (decimal): -5989857 or 2071204. OLE color: 2071204.
HSL color Cylindrical-coordinate representation of color #A49A1F: hue angle of 55.49º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A49A1F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 31 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.36 |
| HSL | 55.49º | 0.68% | 0.38% | - |
| HSV(B) | 55.49º | 0.81% | 0.64% | - |
| XYZ | 27.11 | 31.1 | 5.87 | - |
| YUV | 142.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 31 | 0 | 0.06 | 0.81 | 0.36 | 55.49 | 0.68 | 0.38 |
| Hex | A4 | 9A | 1F | 0 | 6 | 51 | 24 | 37 | 44 | 26 |
| Octal | 244 | 232 | 37 | 0 | 6 | 121 | 44 | 67 | 104 | 46 |
| Binary | 10100100 | 10011010 | 11111 | 0 | 110 | 1010001 | 100100 | 110111 | 1000100 | 100110 |
Color Harmonies of #A49A1F
Complementary color
Monochromatic Colors of #A49A1F
Black with #A49A1F
Text Example
Text Example
White with #A49A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A1F; }
p { color: rgb(164,154,31); }
H1.HeaderClassName
{
color: #A49A1F;
}
.AnyTagClassName
{
color: #A49A1F;
}
</style>
background-color css
<style>
a { background-color: #A49A1F; }
a { background-color: rgb(164,154,31); }
div.DivClassName
{
background-color: #A49A1F;
}
.BgClassName
{
background-color: #A49A1F;
}
</style>
border-color css
<style>
span { border-color: #A49A1F; }
span { border-color: rgb(164,154,31); }
td.TdClassName
{
border-color: #A49A1F;
}
.TagClassName
{
border-color: #A49A1F;
}
</style>