Shades of Lucky #A19205
Tints of Lucky #A19205
RGB
CMYK
RGB Variations
Color information
#A19205 (or 0xA19205) is known color: Lucky. HEX triplet: A1, 92 and 05. RGB value is (161,146,5). Sum of RGB (Red+Green+Blue) = 161+146+5=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A19205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19205 is #5E6DFA. Grayscale: #868686. Windows color (decimal): -6188539 or 365217. OLE color: 365217.
HSL color Cylindrical-coordinate representation of color #A19205: hue angle of 54.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A19205 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.37 |
| HSL | 54.23º | 0.94% | 0.33% | - |
| HSV(B) | 54.23º | 0.97% | 0.63% | - |
| XYZ | 25 | 28.15 | 4.26 | - |
| YUV | 134.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 5 | 0 | 0.09 | 0.97 | 0.37 | 54.23 | 0.94 | 0.33 |
| Hex | A1 | 92 | 5 | 0 | 9 | 61 | 25 | 36 | 5E | 21 |
| Octal | 241 | 222 | 5 | 0 | 11 | 141 | 45 | 66 | 136 | 41 |
| Binary | 10100001 | 10010010 | 101 | 0 | 1001 | 1100001 | 100101 | 110110 | 1011110 | 100001 |
Color Harmonies of #A19205
Complementary color
Monochromatic Colors of #A19205
Black with #A19205
Text Example
Text Example
White with #A19205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19205; }
p { color: rgb(161,146,5); }
H1.HeaderClassName
{
color: #A19205;
}
.AnyTagClassName
{
color: #A19205;
}
</style>
background-color css
<style>
a { background-color: #A19205; }
a { background-color: rgb(161,146,5); }
div.DivClassName
{
background-color: #A19205;
}
.BgClassName
{
background-color: #A19205;
}
</style>
border-color css
<style>
span { border-color: #A19205; }
span { border-color: rgb(161,146,5); }
td.TdClassName
{
border-color: #A19205;
}
.TagClassName
{
border-color: #A19205;
}
</style>