Shades of Lucky #A19D12
Tints of Lucky #A19D12
RGB
CMYK
RGB Variations
Color information
#A19D12 (or 0xA19D12) is known color: Lucky. HEX triplet: A1, 9D and 12. RGB value is (161,157,18). Sum of RGB (Red+Green+Blue) = 161+157+18=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D12 is #5E62ED. Grayscale: #8E8E8E. Windows color (decimal): -6185710 or 1220001. OLE color: 1220001.
HSL color Cylindrical-coordinate representation of color #A19D12: hue angle of 58.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A19D12 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 18 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.37 |
| HSL | 58.32º | 0.8% | 0.35% | - |
| HSV(B) | 58.32º | 0.89% | 0.63% | - |
| XYZ | 26.86 | 31.73 | 5.28 | - |
| YUV | 142.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 18 | 0 | 0.02 | 0.89 | 0.37 | 58.32 | 0.8 | 0.35 |
| Hex | A1 | 9D | 12 | 0 | 2 | 59 | 25 | 3A | 50 | 23 |
| Octal | 241 | 235 | 22 | 0 | 2 | 131 | 45 | 72 | 120 | 43 |
| Binary | 10100001 | 10011101 | 10010 | 0 | 10 | 1011001 | 100101 | 111010 | 1010000 | 100011 |
Color Harmonies of #A19D12
Complementary color
Monochromatic Colors of #A19D12
Black with #A19D12
Text Example
Text Example
White with #A19D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D12; }
p { color: rgb(161,157,18); }
H1.HeaderClassName
{
color: #A19D12;
}
.AnyTagClassName
{
color: #A19D12;
}
</style>
background-color css
<style>
a { background-color: #A19D12; }
a { background-color: rgb(161,157,18); }
div.DivClassName
{
background-color: #A19D12;
}
.BgClassName
{
background-color: #A19D12;
}
</style>
border-color css
<style>
span { border-color: #A19D12; }
span { border-color: rgb(161,157,18); }
td.TdClassName
{
border-color: #A19D12;
}
.TagClassName
{
border-color: #A19D12;
}
</style>