Shades of Lucky #A19B2A
Tints of Lucky #A19B2A
RGB
CMYK
RGB Variations
Color information
#A19B2A (or 0xA19B2A) is known color: Lucky. HEX triplet: A1, 9B and 2A. RGB value is (161,155,42). Sum of RGB (Red+Green+Blue) = 161+155+42=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B2A is #5E64D5. Grayscale: #909090. Windows color (decimal): -6186198 or 2792353. OLE color: 2792353.
HSL color Cylindrical-coordinate representation of color #A19B2A: hue angle of 56.97º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A19B2A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 42 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.37 |
| HSL | 56.97º | 0.59% | 0.4% | - |
| HSV(B) | 56.97º | 0.74% | 0.63% | - |
| XYZ | 26.84 | 31.19 | 6.8 | - |
| YUV | 143.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 42 | 0 | 0.04 | 0.74 | 0.37 | 56.97 | 0.59 | 0.4 |
| Hex | A1 | 9B | 2A | 0 | 4 | 4A | 25 | 39 | 3B | 28 |
| Octal | 241 | 233 | 52 | 0 | 4 | 112 | 45 | 71 | 73 | 50 |
| Binary | 10100001 | 10011011 | 101010 | 0 | 100 | 1001010 | 100101 | 111001 | 111011 | 101000 |
Color Harmonies of #A19B2A
Complementary color
Monochromatic Colors of #A19B2A
Black with #A19B2A
Text Example
Text Example
White with #A19B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B2A; }
p { color: rgb(161,155,42); }
H1.HeaderClassName
{
color: #A19B2A;
}
.AnyTagClassName
{
color: #A19B2A;
}
</style>
background-color css
<style>
a { background-color: #A19B2A; }
a { background-color: rgb(161,155,42); }
div.DivClassName
{
background-color: #A19B2A;
}
.BgClassName
{
background-color: #A19B2A;
}
</style>
border-color css
<style>
span { border-color: #A19B2A; }
span { border-color: rgb(161,155,42); }
td.TdClassName
{
border-color: #A19B2A;
}
.TagClassName
{
border-color: #A19B2A;
}
</style>