Shades of Lucky #A19B1E
Tints of Lucky #A19B1E
RGB
CMYK
RGB Variations
Color information
#A19B1E (or 0xA19B1E) is known color: Lucky. HEX triplet: A1, 9B and 1E. RGB value is (161,155,30). Sum of RGB (Red+Green+Blue) = 161+155+30=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B1E is #5E64E1. Grayscale: #8F8F8F. Windows color (decimal): -6186210 or 2005921. OLE color: 2005921.
HSL color Cylindrical-coordinate representation of color #A19B1E: hue angle of 57.25º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A19B1E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 30 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.37 |
| HSL | 57.25º | 0.69% | 0.37% | - |
| HSV(B) | 57.25º | 0.81% | 0.63% | - |
| XYZ | 26.65 | 31.11 | 5.83 | - |
| YUV | 142.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 30 | 0 | 0.04 | 0.81 | 0.37 | 57.25 | 0.69 | 0.37 |
| Hex | A1 | 9B | 1E | 0 | 4 | 51 | 25 | 39 | 45 | 25 |
| Octal | 241 | 233 | 36 | 0 | 4 | 121 | 45 | 71 | 105 | 45 |
| Binary | 10100001 | 10011011 | 11110 | 0 | 100 | 1010001 | 100101 | 111001 | 1000101 | 100101 |
Color Harmonies of #A19B1E
Complementary color
Monochromatic Colors of #A19B1E
Black with #A19B1E
Text Example
Text Example
White with #A19B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B1E; }
p { color: rgb(161,155,30); }
H1.HeaderClassName
{
color: #A19B1E;
}
.AnyTagClassName
{
color: #A19B1E;
}
</style>
background-color css
<style>
a { background-color: #A19B1E; }
a { background-color: rgb(161,155,30); }
div.DivClassName
{
background-color: #A19B1E;
}
.BgClassName
{
background-color: #A19B1E;
}
</style>
border-color css
<style>
span { border-color: #A19B1E; }
span { border-color: rgb(161,155,30); }
td.TdClassName
{
border-color: #A19B1E;
}
.TagClassName
{
border-color: #A19B1E;
}
</style>