Shades of Lucky #A19E2B
Tints of Lucky #A19E2B
RGB
CMYK
RGB Variations
Color information
#A19E2B (or 0xA19E2B) is known color: Lucky. HEX triplet: A1, 9E and 2B. RGB value is (161,158,43). Sum of RGB (Red+Green+Blue) = 161+158+43=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E2B is #5E61D4. Grayscale: #929292. Windows color (decimal): -6185429 or 2858657. OLE color: 2858657.
HSL color Cylindrical-coordinate representation of color #A19E2B: hue angle of 58.47º 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 #A19E2B is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 43 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.37 |
| HSL | 58.47º | 0.58% | 0.4% | - |
| HSV(B) | 58.47º | 0.73% | 0.63% | - |
| XYZ | 27.36 | 32.21 | 7.06 | - |
| YUV | 145.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 43 | 0 | 0.02 | 0.73 | 0.37 | 58.47 | 0.58 | 0.4 |
| Hex | A1 | 9E | 2B | 0 | 2 | 49 | 25 | 3A | 3A | 28 |
| Octal | 241 | 236 | 53 | 0 | 2 | 111 | 45 | 72 | 72 | 50 |
| Binary | 10100001 | 10011110 | 101011 | 0 | 10 | 1001001 | 100101 | 111010 | 111010 | 101000 |
Color Harmonies of #A19E2B
Complementary color
Monochromatic Colors of #A19E2B
Black with #A19E2B
Text Example
Text Example
White with #A19E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E2B; }
p { color: rgb(161,158,43); }
H1.HeaderClassName
{
color: #A19E2B;
}
.AnyTagClassName
{
color: #A19E2B;
}
</style>
background-color css
<style>
a { background-color: #A19E2B; }
a { background-color: rgb(161,158,43); }
div.DivClassName
{
background-color: #A19E2B;
}
.BgClassName
{
background-color: #A19E2B;
}
</style>
border-color css
<style>
span { border-color: #A19E2B; }
span { border-color: rgb(161,158,43); }
td.TdClassName
{
border-color: #A19E2B;
}
.TagClassName
{
border-color: #A19E2B;
}
</style>