Shades of Lucky #A19B2B
Tints of Lucky #A19B2B
RGB
CMYK
RGB Variations
Color information
#A19B2B (or 0xA19B2B) is known color: Lucky. HEX triplet: A1, 9B and 2B. RGB value is (161,155,43). Sum of RGB (Red+Green+Blue) = 161+155+43=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B2B is #5E64D4. Grayscale: #909090. Windows color (decimal): -6186197 or 2857889. OLE color: 2857889.
HSL color Cylindrical-coordinate representation of color #A19B2B: hue angle of 56.95º degrees, saturation: 0.58, 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 #A19B2B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 43 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.37 |
| HSL | 56.95º | 0.58% | 0.4% | - |
| HSV(B) | 56.95º | 0.73% | 0.63% | - |
| XYZ | 26.86 | 31.19 | 6.89 | - |
| YUV | 144.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 43 | 0 | 0.04 | 0.73 | 0.37 | 56.95 | 0.58 | 0.4 |
| Hex | A1 | 9B | 2B | 0 | 4 | 49 | 25 | 39 | 3A | 28 |
| Octal | 241 | 233 | 53 | 0 | 4 | 111 | 45 | 71 | 72 | 50 |
| Binary | 10100001 | 10011011 | 101011 | 0 | 100 | 1001001 | 100101 | 111001 | 111010 | 101000 |
Color Harmonies of #A19B2B
Complementary color
Monochromatic Colors of #A19B2B
Black with #A19B2B
Text Example
Text Example
White with #A19B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B2B; }
p { color: rgb(161,155,43); }
H1.HeaderClassName
{
color: #A19B2B;
}
.AnyTagClassName
{
color: #A19B2B;
}
</style>
background-color css
<style>
a { background-color: #A19B2B; }
a { background-color: rgb(161,155,43); }
div.DivClassName
{
background-color: #A19B2B;
}
.BgClassName
{
background-color: #A19B2B;
}
</style>
border-color css
<style>
span { border-color: #A19B2B; }
span { border-color: rgb(161,155,43); }
td.TdClassName
{
border-color: #A19B2B;
}
.TagClassName
{
border-color: #A19B2B;
}
</style>