Shades of Lucky #A49209
Tints of Lucky #A49209
RGB
CMYK
RGB Variations
Color information
#A49209 (or 0xA49209) is known color: Lucky. HEX triplet: A4, 92 and 09. RGB value is (164,146,9). Sum of RGB (Red+Green+Blue) = 164+146+9=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A49209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49209 is #5B6DF6. Grayscale: #888888. Windows color (decimal): -5991927 or 627364. OLE color: 627364.
HSL color Cylindrical-coordinate representation of color #A49209: hue angle of 53.03º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A49209 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.36 |
| HSL | 53.03º | 0.9% | 0.34% | - |
| HSV(B) | 53.03º | 0.95% | 0.64% | - |
| XYZ | 25.64 | 28.47 | 4.4 | - |
| YUV | 135.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 9 | 0 | 0.11 | 0.95 | 0.36 | 53.03 | 0.9 | 0.34 |
| Hex | A4 | 92 | 9 | 0 | B | 5F | 24 | 35 | 5A | 22 |
| Octal | 244 | 222 | 11 | 0 | 13 | 137 | 44 | 65 | 132 | 42 |
| Binary | 10100100 | 10010010 | 1001 | 0 | 1011 | 1011111 | 100100 | 110101 | 1011010 | 100010 |
Color Harmonies of #A49209
Complementary color
Monochromatic Colors of #A49209
Black with #A49209
Text Example
Text Example
White with #A49209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49209; }
p { color: rgb(164,146,9); }
H1.HeaderClassName
{
color: #A49209;
}
.AnyTagClassName
{
color: #A49209;
}
</style>
background-color css
<style>
a { background-color: #A49209; }
a { background-color: rgb(164,146,9); }
div.DivClassName
{
background-color: #A49209;
}
.BgClassName
{
background-color: #A49209;
}
</style>
border-color css
<style>
span { border-color: #A49209; }
span { border-color: rgb(164,146,9); }
td.TdClassName
{
border-color: #A49209;
}
.TagClassName
{
border-color: #A49209;
}
</style>