Shades of Lucky #A19B2C
Tints of Lucky #A19B2C
RGB
CMYK
RGB Variations
Color information
#A19B2C (or 0xA19B2C) is known color: Lucky. HEX triplet: A1, 9B and 2C. RGB value is (161,155,44). Sum of RGB (Red+Green+Blue) = 161+155+44=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B2C is #5E64D3. Grayscale: #909090. Windows color (decimal): -6186196 or 2923425. OLE color: 2923425.
HSL color Cylindrical-coordinate representation of color #A19B2C: hue angle of 56.92º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A19B2C is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 44 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.37 |
| HSL | 56.92º | 0.57% | 0.4% | - |
| HSV(B) | 56.92º | 0.73% | 0.63% | - |
| XYZ | 26.87 | 31.2 | 6.99 | - |
| YUV | 144.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 44 | 0 | 0.04 | 0.73 | 0.37 | 56.92 | 0.57 | 0.4 |
| Hex | A1 | 9B | 2C | 0 | 4 | 49 | 25 | 39 | 39 | 28 |
| Octal | 241 | 233 | 54 | 0 | 4 | 111 | 45 | 71 | 71 | 50 |
| Binary | 10100001 | 10011011 | 101100 | 0 | 100 | 1001001 | 100101 | 111001 | 111001 | 101000 |
Color Harmonies of #A19B2C
Complementary color
Monochromatic Colors of #A19B2C
Black with #A19B2C
Text Example
Text Example
White with #A19B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B2C; }
p { color: rgb(161,155,44); }
H1.HeaderClassName
{
color: #A19B2C;
}
.AnyTagClassName
{
color: #A19B2C;
}
</style>
background-color css
<style>
a { background-color: #A19B2C; }
a { background-color: rgb(161,155,44); }
div.DivClassName
{
background-color: #A19B2C;
}
.BgClassName
{
background-color: #A19B2C;
}
</style>
border-color css
<style>
span { border-color: #A19B2C; }
span { border-color: rgb(161,155,44); }
td.TdClassName
{
border-color: #A19B2C;
}
.TagClassName
{
border-color: #A19B2C;
}
</style>